Html Css Color HEX #055D10 Green

📋 copy color: '#055D10'

red 5 ◦ green 93 ◦ blue 16

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

Shades of Green #055D10

Tints of Green #055D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 81.58%

 BLUE value IS 16 (6.64% from 255) = 14.04%

R = 4.39%
G = 81.58%
B = 14.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.83

 K value IS 0.64

RGB Variations

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

Color information

#055D10 (or 0x055D10) is known color: Green. HEX triplet: 05, 5D and 10. RGB value is (5,93,16). Sum of RGB (Red+Green+Blue) = 5+93+16=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 93 (36.72% from 255 or 81.58% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 93 - color contains mainly: green. Hex color #055D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055D10 is #FAA2EF. Grayscale: #3A3A3A. Windows color (decimal): -16425712 or 1072389. OLE color: 1072389.

HSL color Cylindrical-coordinate representation of color #055D10: hue angle of 127.5º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055D10 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 93 16 -
CMYK 0.95 0 0.83 0.64
HSL 127.5º 0.9% 0.19% -
HSV(B) 127.5º 0.95% 0.36% -
XYZ 4.07 7.9 1.8 -
YUV 57.91 104.35 90.26 -
System Red Green Blue C M Y K H S L
Decimal 5 93 16 0.95 0 0.83 0.64 127.5 0.9 0.19
Hex 5 5D 10 5F 0 53 40 80 5A 13
Octal 5 135 20 137 0 123 100 200 132 23
Binary 101 1011101 10000 1011111 0 1010011 1000000 10000000 1011010 10011

Color Harmonies of #055D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055D10

Black with #055D10

Text Example


Text Example

White with #055D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,93,16); }

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

background-color css

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

 a { background-color: rgb(5,93,16); }

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

border-color css

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

 span { border-color: rgb(5,93,16); }

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