Html Css Color HEX #055622 Crusoe

📋 copy color: '#055622'

red 5 ◦ green 86 ◦ blue 34

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

Shades of Crusoe #055622

Tints of Crusoe #055622

RGB

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

 GREEN value IS 86 (33.98% from 255) = 68.8%

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

R = 4%
G = 68.8%
B = 27.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#055622 (or 0x055622) is known color: Crusoe. HEX triplet: 05, 56 and 22. RGB value is (5,86,34). Sum of RGB (Red+Green+Blue) = 5+86+34=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 86 (33.98% from 255 or 68.8% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 86 - color contains mainly: green. Hex color #055622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055622 is #FAA9DD. Grayscale: #373737. Windows color (decimal): -16427486 or 2250245. OLE color: 2250245.

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

Color convert

RGB 5 86 34 -
CMYK 0.94 0 0.60 0.66
HSL 141.48º 0.89% 0.18% -
HSV(B) 141.48º 0.94% 0.34% -
XYZ 3.68 6.8 2.63 -
YUV 55.85 115.66 91.73 -
System Red Green Blue C M Y K H S L
Decimal 5 86 34 0.94 0 0.60 0.66 141.48 0.89 0.18
Hex 5 56 22 5E 0 3C 42 8D 59 12
Octal 5 126 42 136 0 74 102 215 131 22
Binary 101 1010110 100010 1011110 0 111100 1000010 10001101 1011001 10010

Color Harmonies of #055622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055622

Black with #055622

Text Example


Text Example

White with #055622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055622; }

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

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

background-color css

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

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

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

border-color css

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

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

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