#09632C

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

Shades of Crusoe #09632C

Tints of Crusoe #09632C

Color information

#09632C (or 0x09632C) is unknown color: approx Crusoe. HEX triplet: 09, 63 and 2C. RGB value is (9,99,44). Sum of RGB (Red+Green+Blue) = 9+99+44=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #09632C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09632C is #F69CD3. Grayscale: #414141. Windows color (decimal): -16162004 or 2908937. OLE color: 2908937.

HSL color Cylindrical-coordinate representation of color #09632C: hue angle of 143.33º 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 #09632C is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB99944-
CMYK0.9100.560.61
HSL143.33º83.33%21.18%-
HSV(B)143.33º90.91%38.82%-
XYZ5.039.163.89-
YUV65.82115.6887.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.92%
GREEN value IS 99 (39.06% from 255) = 65.13%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=5.92%
G=65.13%
B=28.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999440.9100.560.61143.3383.3321.18
Hex9632C5B0383D8f5315
Octal11143541330707521712325
Binary100111000111011001011011011100011110110001111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09632C; }

 p { color: rgb(9,99,44); }

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

<style>
 a { background-color: #09632C; }

 a { background-color: rgb(9,99,44); }

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

<style>
 span { border-color: #09632C; }

 span { border-color: rgb(9,99,44); }

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