#09652A

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

Shades of Crusoe #09652A

Tints of Crusoe #09652A

Color information

#09652A (or 0x09652A) is unknown color: approx Crusoe. HEX triplet: 09, 65 and 2A. RGB value is (9,101,42). Sum of RGB (Red+Green+Blue) = 9+101+42=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #09652A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09652A is #F69AD5. Grayscale: #424242. Windows color (decimal): -16161494 or 2778377. OLE color: 2778377.

HSL color Cylindrical-coordinate representation of color #09652A: hue angle of 141.52º 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 #09652A is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB910142-
CMYK0.9100.580.60
HSL141.52º83.64%21.57%-
HSV(B)141.52º91.09%39.61%-
XYZ5.189.533.76-
YUV66.77114.0286.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.92%
GREEN value IS 101 (39.84% from 255) = 66.45%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=5.92%
G=66.45%
B=27.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9101420.9100.580.60141.5283.6421.57
Hex9652A5B03A3C8e5416
Octal11145521330727421612426
Binary100111001011010101011011011101011110010001110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09652A; }

 p { color: rgb(9,101,42); }

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

<style>
 a { background-color: #09652A; }

 a { background-color: rgb(9,101,42); }

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

<style>
 span { border-color: #09652A; }

 span { border-color: rgb(9,101,42); }

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