Html Css Color HEX #055C10 Green

📋 copy color: '#055C10'

red 5 ◦ green 92 ◦ blue 16

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

Shades of Green #055C10

Tints of Green #055C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 81.42%

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

R = 4.42%
G = 81.42%
B = 14.16%

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

#055C10 (or 0x055C10) is known color: Green. HEX triplet: 05, 5C and 10. RGB value is (5,92,16). Sum of RGB (Red+Green+Blue) = 5+92+16=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 92 (36.33% from 255 or 81.42% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 92 - color contains mainly: green. Hex color #055C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055C10 is #FAA3EF. Grayscale: #393939. Windows color (decimal): -16425968 or 1072133. OLE color: 1072133.

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

Color convert

RGB 5 92 16 -
CMYK 0.95 0 0.83 0.64
HSL 127.59º 0.9% 0.19% -
HSV(B) 127.59º 0.95% 0.36% -
XYZ 3.98 7.72 1.77 -
YUV 57.32 104.68 90.68 -
System Red Green Blue C M Y K H S L
Decimal 5 92 16 0.95 0 0.83 0.64 127.59 0.9 0.19
Hex 5 5C 10 5F 0 53 40 80 5A 13
Octal 5 134 20 137 0 123 100 200 132 23
Binary 101 1011100 10000 1011111 0 1010011 1000000 10000000 1011010 10011

Color Harmonies of #055C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055C10

Black with #055C10

Text Example


Text Example

White with #055C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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