Html Css Color HEX #09522C Crusoe

📋 copy color: '#09522C'

red 9 ◦ green 82 ◦ blue 44

#09522C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #09522C

Tints of Crusoe #09522C

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 value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#09522C (or 0x09522C) is known color: 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

RGB 9 82 44 -
CMYK 0.89 0 0.46 0.68
HSL 148.77º 0.8% 0.18% -
HSV(B) 148.77º 0.89% 0.32% -
XYZ 3.58 6.27 3.41 -
YUV 55.84 121.32 94.59 -
System Red Green Blue C M Y K H S L
Decimal 9 82 44 0.89 0 0.46 0.68 148.77 0.8 0.18
Hex 9 52 2C 59 0 2E 44 95 50 12
Octal 11 122 54 131 0 56 104 225 120 22
Binary 1001 1010010 101100 1011001 0 101110 1000100 10010101 1010000 10010

Color Harmonies of #09522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09522C

Black with #09522C

Text Example


Text Example

White with #09522C

Text Example


Text Example

HTML Codes & Css Web 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>