Html Css Color HEX #055420 Crusoe

📋 copy color: '#055420'

red 5 ◦ green 84 ◦ blue 32

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

Shades of Crusoe #055420

Tints of Crusoe #055420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 69.42%

 BLUE value IS 32 (12.89% from 255) = 26.45%

R = 4.13%
G = 69.42%
B = 26.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#055420 (or 0x055420) is known color: Crusoe. HEX triplet: 05, 54 and 20. RGB value is (5,84,32). Sum of RGB (Red+Green+Blue) = 5+84+32=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #055420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055420 is #FAABDF. Grayscale: #363636. Windows color (decimal): -16428000 or 2118661. OLE color: 2118661.

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

Color convert

RGB 5 84 32 -
CMYK 0.94 0 0.62 0.67
HSL 140.51º 0.89% 0.17% -
HSV(B) 140.51º 0.94% 0.33% -
XYZ 3.49 6.48 2.43 -
YUV 54.45 115.33 92.73 -
System Red Green Blue C M Y K H S L
Decimal 5 84 32 0.94 0 0.62 0.67 140.51 0.89 0.17
Hex 5 54 20 5E 0 3E 43 8D 59 11
Octal 5 124 40 136 0 76 103 215 131 21
Binary 101 1010100 100000 1011110 0 111110 1000011 10001101 1011001 10001

Color Harmonies of #055420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055420

Black with #055420

Text Example


Text Example

White with #055420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055420; }

 p { color: rgb(5,84,32); }

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

background-color css

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

 a { background-color: rgb(5,84,32); }

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

border-color css

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

 span { border-color: rgb(5,84,32); }

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