Html Css Color HEX #055E0C Green

📋 copy color: '#055E0C'

red 5 ◦ green 94 ◦ blue 12

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

Shades of Green #055E0C

Tints of Green #055E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.81%

R = 4.5%
G = 84.68%
B = 10.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.87

 K value IS 0.63

RGB Variations

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

Color information

#055E0C (or 0x055E0C) is known color: Green. HEX triplet: 05, 5E and 0C. RGB value is (5,94,12). Sum of RGB (Red+Green+Blue) = 5+94+12=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 94 (37.11% from 255 or 84.68% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 94 - color contains mainly: green. Hex color #055E0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E0C is #FAA1F3. Grayscale: #3A3A3A. Windows color (decimal): -16425460 or 810501. OLE color: 810501.

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

Color convert

RGB 5 94 12 -
CMYK 0.95 0 0.87 0.63
HSL 124.72º 0.9% 0.19% -
HSV(B) 124.72º 0.95% 0.37% -
XYZ 4.13 8.06 1.69 -
YUV 58.04 102.01 90.17 -
System Red Green Blue C M Y K H S L
Decimal 5 94 12 0.95 0 0.87 0.63 124.72 0.9 0.19
Hex 5 5E C 5F 0 57 3F 7D 5A 13
Octal 5 136 14 137 0 127 77 175 132 23
Binary 101 1011110 1100 1011111 0 1010111 111111 1111101 1011010 10011

Color Harmonies of #055E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055E0C

Black with #055E0C

Text Example


Text Example

White with #055E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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