Html Css Color HEX #055A00 Green

📋 copy color: '#055A00'

red 5 ◦ green 90 ◦ blue 0

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

Shades of Green #055A00

Tints of Green #055A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 5.26%
G = 94.74%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#055A00 (or 0x055A00) is known color: Green. HEX triplet: 05, 5A and 00. RGB value is (5,90,0). Sum of RGB (Red+Green+Blue) = 5+90+0=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 90 (35.55% from 255 or 94.74% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 90 - color contains mainly: green. Hex color #055A00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055A00 is #FAA5FF. Grayscale: #363636. Windows color (decimal): -16426496 or 23045. OLE color: 23045.

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

Color convert

RGB 5 90 0 -
CMYK 0.94 0 1 0.65
HSL 116.67º 1% 0.18% -
HSV(B) 116.67º 1% 0.35% -
XYZ 3.72 7.34 1.22 -
YUV 54.33 97.34 92.82 -
System Red Green Blue C M Y K H S L
Decimal 5 90 0 0.94 0 1 0.65 116.67 1 0.18
Hex 5 5A 0 5E 0 64 41 75 64 12
Octal 5 132 0 136 0 144 101 165 144 22
Binary 101 1011010 0 1011110 0 1100100 1000001 1110101 1100100 10010

Color Harmonies of #055A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A00

Black with #055A00

Text Example


Text Example

White with #055A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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