#09712D

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

Shades of Crusoe #09712D

Tints of Crusoe #09712D

Color information

#09712D (or 0x09712D) is unknown color: approx Crusoe. HEX triplet: 09, 71 and 2D. RGB value is (9,113,45). Sum of RGB (Red+Green+Blue) = 9+113+45=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 113 (44.53% from 255 or 67.66% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 113 - color contains mainly: green. Hex color #09712D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09712D is #F68ED2. Grayscale: #4A4A4A. Windows color (decimal): -16158419 or 2978057. OLE color: 2978057.

HSL color Cylindrical-coordinate representation of color #09712D: hue angle of 140.77º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09712D is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB911345-
CMYK0.9200.600.56
HSL140.77º85.25%23.92%-
HSV(B)140.77º92.04%44.31%-
XYZ6.4912.064.47-
YUV74.15111.5481.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 113 (44.53% from 255) = 67.66%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=5.39%
G=67.66%
B=26.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9113450.9200.600.56140.7785.2523.92
Hex9712D5C03C388d5518
Octal11161551340747021512530
Binary100111100011011011011100011110011100010001101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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