#09621D

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

Shades of Crusoe #09621D

Tints of Crusoe #09621D

Color information

#09621D (or 0x09621D) is unknown color: approx Crusoe. HEX triplet: 09, 62 and 1D. RGB value is (9,98,29). Sum of RGB (Red+Green+Blue) = 9+98+29=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 98 (38.67% from 255 or 72.06% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 98 - color contains mainly: green. Hex color #09621D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09621D is #F69DE2. Grayscale: #3F3F3F. Windows color (decimal): -16162275 or 1925641. OLE color: 1925641.

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

Color convert

RGB99829-
CMYK0.9100.700.62
HSL133.48º83.18%20.98%-
HSV(B)133.48º90.82%38.43%-
XYZ4.78.882.63-
YUV63.52108.5189.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.62%
GREEN value IS 98 (38.67% from 255) = 72.06%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=6.62%
G=72.06%
B=21.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal998290.9100.700.62133.4883.1820.98
Hex9621D5B0463E855315
Octal111423513301067620512325
Binary100111000101110110110110100011011111010000101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,98,29); }

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

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

 a { background-color: rgb(9,98,29); }

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

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

 span { border-color: rgb(9,98,29); }

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