#09642D

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

Shades of Crusoe #09642D

Tints of Crusoe #09642D

Color information

#09642D (or 0x09642D) is unknown color: approx Crusoe. HEX triplet: 09, 64 and 2D. RGB value is (9,100,45). Sum of RGB (Red+Green+Blue) = 9+100+45=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 100 (39.45% from 255 or 64.94% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 100 - color contains mainly: green. Hex color #09642D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09642D is #F69BD2. Grayscale: #424242. Windows color (decimal): -16161747 or 2974729. OLE color: 2974729.

HSL color Cylindrical-coordinate representation of color #09642D: hue angle of 143.74º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09642D is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB910045-
CMYK0.9100.550.61
HSL143.74º83.49%21.37%-
HSV(B)143.74º91%39.22%-
XYZ5.149.364.02-
YUV66.52115.8586.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.84%
GREEN value IS 100 (39.45% from 255) = 64.94%
BLUE value IS 45 (17.97% from 255) = 29.22%
R=5.84%
G=64.94%
B=29.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9100450.9100.550.61143.7483.4921.37
Hex9642D5B0373D905315
Octal11144551330677522012325
Binary100111001001011011011011011011111110110010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09642D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09642D; }

 p { color: rgb(9,100,45); }

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

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

 a { background-color: rgb(9,100,45); }

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

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

 span { border-color: rgb(9,100,45); }

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