Html Css Color HEX #055522 Crusoe

📋 copy color: '#055522'

red 5 ◦ green 85 ◦ blue 34

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

Shades of Crusoe #055522

Tints of Crusoe #055522

RGB

 RED value IS 5 (2.34% from 255) = 4.03%

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

 BLUE value IS 34 (13.67% from 255) = 27.42%

R = 4.03%
G = 68.55%
B = 27.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#055522 (or 0x055522) is known color: Crusoe. HEX triplet: 05, 55 and 22. RGB value is (5,85,34). Sum of RGB (Red+Green+Blue) = 5+85+34=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 85 (33.59% from 255 or 68.55% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 85 - color contains mainly: green. Hex color #055522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055522 is #FAAADD. Grayscale: #373737. Windows color (decimal): -16427742 or 2249989. OLE color: 2249989.

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

Color convert

RGB 5 85 34 -
CMYK 0.94 0 0.60 0.67
HSL 141.75º 0.89% 0.18% -
HSV(B) 141.75º 0.94% 0.33% -
XYZ 3.6 6.64 2.61 -
YUV 55.27 116 92.15 -
System Red Green Blue C M Y K H S L
Decimal 5 85 34 0.94 0 0.60 0.67 141.75 0.89 0.18
Hex 5 55 22 5E 0 3C 43 8E 59 12
Octal 5 125 42 136 0 74 103 216 131 22
Binary 101 1010101 100010 1011110 0 111100 1000011 10001110 1011001 10010

Color Harmonies of #055522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055522

Black with #055522

Text Example


Text Example

White with #055522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055522; }

 p { color: rgb(5,85,34); }

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

background-color css

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

 a { background-color: rgb(5,85,34); }

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

border-color css

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

 span { border-color: rgb(5,85,34); }

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