Html Css Color HEX #055E19 Crusoe

📋 copy color: '#055E19'

red 5 ◦ green 94 ◦ blue 25

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

Shades of Crusoe #055E19

Tints of Crusoe #055E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.16%

R = 4.03%
G = 75.81%
B = 20.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.73

 K value IS 0.63

RGB Variations

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

Color information

#055E19 (or 0x055E19) is known color: Crusoe. HEX triplet: 05, 5E and 19. RGB value is (5,94,25). Sum of RGB (Red+Green+Blue) = 5+94+25=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 94 (37.11% from 255 or 75.81% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 94 - color contains mainly: green. Hex color #055E19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E19 is #FAA1E6. Grayscale: #3B3B3B. Windows color (decimal): -16425447 or 1662469. OLE color: 1662469.

HSL color Cylindrical-coordinate representation of color #055E19: hue angle of 133.48º 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 #055E19 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 94 25 -
CMYK 0.95 0 0.73 0.63
HSL 133.48º 0.9% 0.19% -
HSV(B) 133.48º 0.95% 0.37% -
XYZ 4.24 8.11 2.26 -
YUV 59.52 108.51 89.11 -
System Red Green Blue C M Y K H S L
Decimal 5 94 25 0.95 0 0.73 0.63 133.48 0.9 0.19
Hex 5 5E 19 5F 0 49 3F 85 5A 13
Octal 5 136 31 137 0 111 77 205 132 23
Binary 101 1011110 11001 1011111 0 1001001 111111 10000101 1011010 10011

Color Harmonies of #055E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055E19

Black with #055E19

Text Example


Text Example

White with #055E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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