#055E0F

Color #055E0F Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #055E0F

Tints of Green #055E0F

Color information

#055E0F (or 0x055E0F) is unknown color: approx Green. HEX triplet: 05, 5E and 0F. RGB value is (5,94,15). Sum of RGB (Red+Green+Blue) = 5+94+15=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 94 (37.11% from 255 or 82.46% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 94 - color contains mainly: green. Hex color #055E0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E0F is #FAA1F0. Grayscale: #3A3A3A. Windows color (decimal): -16425457 or 1007109. OLE color: 1007109.

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

Color convert

RGB59415-
CMYK0.9500.840.63
HSL126.74º89.9%19.41%-
HSV(B)126.74º94.68%36.86%-
XYZ4.158.071.79-
YUV58.38103.5189.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 94 (37.11% from 255) = 82.46%
BLUE value IS 15 (6.25% from 255) = 13.16%
R=4.39%
G=82.46%
B=13.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal594150.9500.840.63126.7489.919.41
Hex55EF5F0543F7f5a13
Octal51361713701247717713223
Binary101101111011111011111010101001111111111111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #055E0F;
 }
 .AnyTagClassName
 {
   color: #055E0F;
 }
</style>
background-color css

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

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

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

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

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

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