#095923

Color #095923 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #095923

Tints of Crusoe #095923

Color information

#095923 (or 0x095923) is unknown color: approx Crusoe. HEX triplet: 09, 59 and 23. RGB value is (9,89,35). Sum of RGB (Red+Green+Blue) = 9+89+35=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 89 (35.16% from 255 or 66.92% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 89 - color contains mainly: green. Hex color #095923 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095923 is #F6A6DC. Grayscale: #3B3B3B. Windows color (decimal): -16164573 or 2316553. OLE color: 2316553.

HSL color Cylindrical-coordinate representation of color #095923: hue angle of 139.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095923 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB98935-
CMYK0.9000.610.65
HSL139.5º81.63%19.22%-
HSV(B)139.5º89.89%34.9%-
XYZ3.997.322.79-
YUV58.92114.592.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 89 (35.16% from 255) = 66.92%
BLUE value IS 35 (14.06% from 255) = 26.32%
R=6.77%
G=66.92%
B=26.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal989350.9000.610.65139.581.6319.22
Hex959235A03D418c5213
Octal111314313207510121412223
Binary1001101100110001110110100111101100000110001100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095923; }

 p { color: rgb(9,89,35); }

 H1.HeaderClassName
 {
   color: #095923;
 }
 .AnyTagClassName
 {
   color: #095923;
 }
</style>
background-color css

<style>
 a { background-color: #095923; }

 a { background-color: rgb(9,89,35); }

 div.DivClassName
 {
   background-color: #095923;
 }
 .BgClassName
 {
   background-color: #095923;
 }
</style>
border-color css

<style>
 span { border-color: #095923; }

 span { border-color: rgb(9,89,35); }

 td.TdClassName
 {
   border-color: #095923;
 }
 .TagClassName
 {
   border-color: #095923;
 }
</style>