#095624

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

Shades of Crusoe #095624

Tints of Crusoe #095624

Color information

#095624 (or 0x095624) is unknown color: approx Crusoe. HEX triplet: 09, 56 and 24. RGB value is (9,86,36). Sum of RGB (Red+Green+Blue) = 9+86+36=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 86 (33.98% from 255 or 65.65% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 86 - color contains mainly: green. Hex color #095624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095624 is #F6A9DB. Grayscale: #393939. Windows color (decimal): -16165340 or 2381321. OLE color: 2381321.

HSL color Cylindrical-coordinate representation of color #095624: hue angle of 141.04º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095624 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB98636-
CMYK0.9000.580.66
HSL141.04º81.05%18.63%-
HSV(B)141.04º89.53%33.73%-
XYZ3.766.842.79-
YUV57.28115.9993.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 86 (33.98% from 255) = 65.65%
BLUE value IS 36 (14.45% from 255) = 27.48%
R=6.87%
G=65.65%
B=27.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal986360.9000.580.66141.0481.0518.63
Hex956245A03A428d5113
Octal111264413207210221512123
Binary1001101011010010010110100111010100001010001101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095624; }

 p { color: rgb(9,86,36); }

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

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

 a { background-color: rgb(9,86,36); }

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

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

 span { border-color: rgb(9,86,36); }

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