#09521A

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

Shades of Crusoe #09521A

Tints of Crusoe #09521A

Color information

#09521A (or 0x09521A) is unknown color: approx Crusoe. HEX triplet: 09, 52 and 1A. RGB value is (9,82,26). Sum of RGB (Red+Green+Blue) = 9+82+26=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 82 (32.42% from 255 or 70.09% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 82 - color contains mainly: green. Hex color #09521A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09521A is #F6ADE5. Grayscale: #353535. Windows color (decimal): -16166374 or 1724937. OLE color: 1724937.

HSL color Cylindrical-coordinate representation of color #09521A: hue angle of 133.97º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09521A is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB98226-
CMYK0.8900.680.68
HSL133.97º80.22%17.84%-
HSV(B)133.97º89.02%32.16%-
XYZ3.326.171.99-
YUV53.79112.3296.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 82 (32.42% from 255) = 70.09%
BLUE value IS 26 (10.55% from 255) = 22.22%
R=7.69%
G=70.09%
B=22.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982260.8900.680.68133.9780.2217.84
Hex9521A5904444865012
Octal1112232131010410420612022
Binary1001101001011010101100101000100100010010000110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,82,26); }

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

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

 a { background-color: rgb(9,82,26); }

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

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

 span { border-color: rgb(9,82,26); }

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