Html Css Color HEX #055A04 Green

📋 copy color: '#055A04'

red 5 ◦ green 90 ◦ blue 4

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

Shades of Green #055A04

Tints of Green #055A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 90.91%

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

R = 5.05%
G = 90.91%
B = 4.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#055A04 (or 0x055A04) is known color: Green. HEX triplet: 05, 5A and 04. RGB value is (5,90,4). Sum of RGB (Red+Green+Blue) = 5+90+4=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 90 (35.55% from 255 or 90.91% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 90 - color contains mainly: green. Hex color #055A04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055A04 is #FAA5FB. Grayscale: #373737. Windows color (decimal): -16426492 or 285189. OLE color: 285189.

HSL color Cylindrical-coordinate representation of color #055A04: hue angle of 119.3º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055A04 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 90 4 -
CMYK 0.94 0 0.96 0.65
HSL 119.3º 0.91% 0.18% -
HSV(B) 119.3º 0.96% 0.35% -
XYZ 3.74 7.35 1.34 -
YUV 54.78 99.34 92.49 -
System Red Green Blue C M Y K H S L
Decimal 5 90 4 0.94 0 0.96 0.65 119.3 0.91 0.18
Hex 5 5A 4 5E 0 60 41 77 5B 12
Octal 5 132 4 136 0 140 101 167 133 22
Binary 101 1011010 100 1011110 0 1100000 1000001 1110111 1011011 10010

Color Harmonies of #055A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A04

Black with #055A04

Text Example


Text Example

White with #055A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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