#09721F

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

Shades of Crusoe #09721F

Tints of Crusoe #09721F

Color information

#09721F (or 0x09721F) is unknown color: approx Crusoe. HEX triplet: 09, 72 and 1F. RGB value is (9,114,31). Sum of RGB (Red+Green+Blue) = 9+114+31=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 114 (44.92% from 255 or 74.03% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 114 - color contains mainly: green. Hex color #09721F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09721F is #F68DE0. Grayscale: #494949. Windows color (decimal): -16158177 or 2060809. OLE color: 2060809.

HSL color Cylindrical-coordinate representation of color #09721F: hue angle of 132.57º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09721F is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB911431-
CMYK0.9200.730.55
HSL132.57º85.37%24.12%-
HSV(B)132.57º92.11%44.71%-
XYZ6.3812.193.31-
YUV73.14104.2182.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.84%
GREEN value IS 114 (44.92% from 255) = 74.03%
BLUE value IS 31 (12.5% from 255) = 20.13%
R=5.84%
G=74.03%
B=20.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9114310.9200.730.55132.5785.3724.12
Hex9721F5C04937855518
Octal111623713401116720512530
Binary100111100101111110111000100100111011110000101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09721F; }

 p { color: rgb(9,114,31); }

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

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

 a { background-color: rgb(9,114,31); }

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

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

 span { border-color: rgb(9,114,31); }

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