#09602B

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

Shades of Crusoe #09602B

Tints of Crusoe #09602B

Color information

#09602B (or 0x09602B) is unknown color: approx Crusoe. HEX triplet: 09, 60 and 2B. RGB value is (9,96,43). Sum of RGB (Red+Green+Blue) = 9+96+43=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #09602B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09602B is #F69FD4. Grayscale: #404040. Windows color (decimal): -16162773 or 2842633. OLE color: 2842633.

HSL color Cylindrical-coordinate representation of color #09602B: hue angle of 143.45º 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 #09602B is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB99643-
CMYK0.9100.550.62
HSL143.45º82.86%20.59%-
HSV(B)143.45º90.62%37.65%-
XYZ4.738.63.7-
YUV63.94116.1888.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 96 (37.89% from 255) = 64.86%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=6.08%
G=64.86%
B=29.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal996430.9100.550.62143.4582.8620.59
Hex9602B5B0373E8f5315
Octal11140531330677621712325
Binary100111000001010111011011011011111111010001111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09602B; }

 p { color: rgb(9,96,43); }

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

<style>
 a { background-color: #09602B; }

 a { background-color: rgb(9,96,43); }

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

<style>
 span { border-color: #09602B; }

 span { border-color: rgb(9,96,43); }

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