#09672D

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

Shades of Crusoe #09672D

Tints of Crusoe #09672D

Color information

#09672D (or 0x09672D) is unknown color: approx Crusoe. HEX triplet: 09, 67 and 2D. RGB value is (9,103,45). Sum of RGB (Red+Green+Blue) = 9+103+45=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 103 (40.62% from 255 or 65.61% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 103 - color contains mainly: green. Hex color #09672D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09672D is #F698D2. Grayscale: #444444. Windows color (decimal): -16160979 or 2975497. OLE color: 2975497.

HSL color Cylindrical-coordinate representation of color #09672D: hue angle of 142.98º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09672D is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB910345-
CMYK0.9100.560.60
HSL142.98º83.93%21.96%-
HSV(B)142.98º91.26%40.39%-
XYZ5.449.954.12-
YUV68.28114.8685.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 103 (40.62% from 255) = 65.61%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=5.73%
G=65.61%
B=28.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9103450.9100.560.60142.9883.9321.96
Hex9672D5B0383C8f5416
Octal11147551330707421712426
Binary100111001111011011011011011100011110010001111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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