Html Css Color HEX #055E08 Green

📋 copy color: '#055E08'

red 5 ◦ green 94 ◦ blue 8

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

Shades of Green #055E08

Tints of Green #055E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.48%

R = 4.67%
G = 87.85%
B = 7.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.91

 K value IS 0.63

RGB Variations

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

Color information

#055E08 (or 0x055E08) is known color: Green. HEX triplet: 05, 5E and 08. RGB value is (5,94,8). Sum of RGB (Red+Green+Blue) = 5+94+8=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 94 (37.11% from 255 or 87.85% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 94 - color contains mainly: green. Hex color #055E08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E08 is #FAA1F7. Grayscale: #393939. Windows color (decimal): -16425464 or 548357. OLE color: 548357.

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

Color convert

RGB 5 94 8 -
CMYK 0.95 0 0.91 0.63
HSL 122.02º 0.9% 0.19% -
HSV(B) 122.02º 0.95% 0.37% -
XYZ 4.11 8.06 1.57 -
YUV 57.59 100.01 90.49 -
System Red Green Blue C M Y K H S L
Decimal 5 94 8 0.95 0 0.91 0.63 122.02 0.9 0.19
Hex 5 5E 8 5F 0 5B 3F 7A 5A 13
Octal 5 136 10 137 0 133 77 172 132 23
Binary 101 1011110 1000 1011111 0 1011011 111111 1111010 1011010 10011

Color Harmonies of #055E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055E08

Black with #055E08

Text Example


Text Example

White with #055E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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