Html Css Color HEX #055E20 Crusoe

📋 copy color: '#055E20'

red 5 ◦ green 94 ◦ blue 32

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

Shades of Crusoe #055E20

Tints of Crusoe #055E20

RGB

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

 GREEN value IS 94 (37.11% from 255) = 71.76%

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

R = 3.82%
G = 71.76%
B = 24.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.63

RGB Variations

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

Color information

#055E20 (or 0x055E20) is known color: Crusoe. HEX triplet: 05, 5E and 20. RGB value is (5,94,32). Sum of RGB (Red+Green+Blue) = 5+94+32=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 94 (37.11% from 255 or 71.76% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 94 - color contains mainly: green. Hex color #055E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055E20 is #FAA1DF. Grayscale: #3C3C3C. Windows color (decimal): -16425440 or 2121221. OLE color: 2121221.

HSL color Cylindrical-coordinate representation of color #055E20: hue angle of 138.2º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055E20 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 94 32 -
CMYK 0.95 0 0.66 0.63
HSL 138.2º 0.9% 0.19% -
HSV(B) 138.2º 0.95% 0.37% -
XYZ 4.33 8.14 2.71 -
YUV 60.32 112.01 88.54 -
System Red Green Blue C M Y K H S L
Decimal 5 94 32 0.95 0 0.66 0.63 138.2 0.9 0.19
Hex 5 5E 20 5F 0 42 3F 8A 5A 13
Octal 5 136 40 137 0 102 77 212 132 23
Binary 101 1011110 100000 1011111 0 1000010 111111 10001010 1011010 10011

Color Harmonies of #055E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055E20

Black with #055E20

Text Example


Text Example

White with #055E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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