Html Css Color HEX #055E31 Crusoe

📋 copy color: '#055E31'

red 5 ◦ green 94 ◦ blue 49

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

Shades of Crusoe #055E31

Tints of Crusoe #055E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 33.11%

R = 3.38%
G = 63.51%
B = 33.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.63

RGB Variations

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

Color information

#055E31 (or 0x055E31) is known color: Crusoe. HEX triplet: 05, 5E and 31. RGB value is (5,94,49). Sum of RGB (Red+Green+Blue) = 5+94+49=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 94 (37.11% from 255 or 63.51% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 94 - color contains mainly: green. Hex color #055E31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055E31 is #FAA1CE. Grayscale: #3E3E3E. Windows color (decimal): -16425423 or 3235333. OLE color: 3235333.

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

Color convert

RGB 5 94 49 -
CMYK 0.95 0 0.48 0.63
HSL 149.66º 0.9% 0.19% -
HSV(B) 149.66º 0.95% 0.37% -
XYZ 4.62 8.26 4.26 -
YUV 62.26 120.51 87.16 -
System Red Green Blue C M Y K H S L
Decimal 5 94 49 0.95 0 0.48 0.63 149.66 0.9 0.19
Hex 5 5E 31 5F 0 30 3F 96 5A 13
Octal 5 136 61 137 0 60 77 226 132 23
Binary 101 1011110 110001 1011111 0 110000 111111 10010110 1011010 10011

Color Harmonies of #055E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055E31

Black with #055E31

Text Example


Text Example

White with #055E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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