#09522C

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

Shades of Crusoe #09522C

Tints of Crusoe #09522C

Color information

#09522C (or 0x09522C) is unknown color: approx Crusoe. HEX triplet: 09, 52 and 2C. RGB value is (9,82,44). Sum of RGB (Red+Green+Blue) = 9+82+44=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #09522C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09522C is #F6ADD3. Grayscale: #373737. Windows color (decimal): -16166356 or 2904585. OLE color: 2904585.

HSL color Cylindrical-coordinate representation of color #09522C: hue angle of 148.77º 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 #09522C is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB98244-
CMYK0.8900.460.68
HSL148.77º80.22%17.84%-
HSV(B)148.77º89.02%32.16%-
XYZ3.586.273.41-
YUV55.84121.3294.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.67%
GREEN value IS 82 (32.42% from 255) = 60.74%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=6.67%
G=60.74%
B=32.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982440.8900.460.68148.7780.2217.84
Hex9522C5902E44955012
Octal111225413105610422512022
Binary1001101001010110010110010101110100010010010101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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