Html Css Color HEX #055E3C Fun Green

📋 copy color: '#055E3C'

red 5 ◦ green 94 ◦ blue 60

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

Shades of Fun Green #055E3C

Tints of Fun Green #055E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 37.74%

R = 3.14%
G = 59.12%
B = 37.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#055E3C (or 0x055E3C) is known color: Fun Green. HEX triplet: 05, 5E and 3C. RGB value is (5,94,60). Sum of RGB (Red+Green+Blue) = 5+94+60=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 94 (37.11% from 255 or 59.12% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 94 - color contains mainly: green. Hex color #055E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055E3C is #FAA1C3. Grayscale: #3F3F3F. Windows color (decimal): -16425412 or 3956229. OLE color: 3956229.

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

Color convert

RGB 5 94 60 -
CMYK 0.95 0 0.36 0.63
HSL 157.08º 0.9% 0.19% -
HSV(B) 157.08º 0.95% 0.37% -
XYZ 4.88 8.36 5.63 -
YUV 63.51 126.01 86.26 -
System Red Green Blue C M Y K H S L
Decimal 5 94 60 0.95 0 0.36 0.63 157.08 0.9 0.19
Hex 5 5E 3C 5F 0 24 3F 9D 5A 13
Octal 5 136 74 137 0 44 77 235 132 23
Binary 101 1011110 111100 1011111 0 100100 111111 10011101 1011010 10011

Color Harmonies of #055E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055E3C

Black with #055E3C

Text Example


Text Example

White with #055E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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