Html Css Color HEX #055E04 Green

📋 copy color: '#055E04'

red 5 ◦ green 94 ◦ blue 4

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

Shades of Green #055E04

Tints of Green #055E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.88%

R = 4.85%
G = 91.26%
B = 3.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.96

 K value IS 0.63

RGB Variations

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

Color information

#055E04 (or 0x055E04) is known color: Green. HEX triplet: 05, 5E and 04. RGB value is (5,94,4). Sum of RGB (Red+Green+Blue) = 5+94+4=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 94 (37.11% from 255 or 91.26% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 94 - color contains mainly: green. Hex color #055E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E04 is #FAA1FB. Grayscale: #393939. Windows color (decimal): -16425468 or 286213. OLE color: 286213.

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

Color convert

RGB 5 94 4 -
CMYK 0.95 0 0.96 0.63
HSL 119.33º 0.92% 0.19% -
HSV(B) 119.33º 0.96% 0.37% -
XYZ 4.09 8.05 1.45 -
YUV 57.13 98.01 90.82 -
System Red Green Blue C M Y K H S L
Decimal 5 94 4 0.95 0 0.96 0.63 119.33 0.92 0.19
Hex 5 5E 4 5F 0 60 3F 77 5C 13
Octal 5 136 4 137 0 140 77 167 134 23
Binary 101 1011110 100 1011111 0 1100000 111111 1110111 1011100 10011

Color Harmonies of #055E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055E04

Black with #055E04

Text Example


Text Example

White with #055E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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