Html Css Color HEX #09552C Crusoe

📋 copy color: '#09552C'

red 9 ◦ green 85 ◦ blue 44

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

Shades of Crusoe #09552C

Tints of Crusoe #09552C

RGB

 RED value IS 9 (3.91% from 255) = 6.52%

 GREEN value IS 85 (33.59% from 255) = 61.59%

 BLUE value IS 44 (17.58% from 255) = 31.88%

R = 6.52%
G = 61.59%
B = 31.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#09552C (or 0x09552C) is known color: Crusoe. HEX triplet: 09, 55 and 2C. RGB value is (9,85,44). Sum of RGB (Red+Green+Blue) = 9+85+44=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #09552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09552C is #F6AAD3. Grayscale: #393939. Windows color (decimal): -16165588 or 2905353. OLE color: 2905353.

HSL color Cylindrical-coordinate representation of color #09552C: hue angle of 147.63º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09552C is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 85 44 -
CMYK 0.89 0 0.48 0.67
HSL 147.63º 0.81% 0.18% -
HSV(B) 147.63º 0.89% 0.33% -
XYZ 3.82 6.74 3.48 -
YUV 57.6 120.32 93.33 -
System Red Green Blue C M Y K H S L
Decimal 9 85 44 0.89 0 0.48 0.67 147.63 0.81 0.18
Hex 9 55 2C 59 0 30 43 94 51 12
Octal 11 125 54 131 0 60 103 224 121 22
Binary 1001 1010101 101100 1011001 0 110000 1000011 10010100 1010001 10010

Color Harmonies of #09552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09552C

Black with #09552C

Text Example


Text Example

White with #09552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09552C;
 }
 .AnyTagClassName
 {
   color: #09552C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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