Html Css Color HEX #056C10 Green

📋 copy color: '#056C10'

red 5 ◦ green 108 ◦ blue 16

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

Shades of Green #056C10

Tints of Green #056C10

RGB

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

 GREEN value IS 108 (42.58% from 255) = 83.72%

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

R = 3.88%
G = 83.72%
B = 12.4%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.85

 K value IS 0.58

RGB Variations

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

Color information

#056C10 (or 0x056C10) is known color: Green. HEX triplet: 05, 6C and 10. RGB value is (5,108,16). Sum of RGB (Red+Green+Blue) = 5+108+16=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 108 (42.58% from 255 or 83.72% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 108 - color contains mainly: green. Hex color #056C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056C10 is #FA93EF. Grayscale: #424242. Windows color (decimal): -16421872 or 1076229. OLE color: 1076229.

HSL color Cylindrical-coordinate representation of color #056C10: hue angle of 126.41º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056C10 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 108 16 -
CMYK 0.95 0 0.85 0.58
HSL 126.41º 0.91% 0.22% -
HSV(B) 126.41º 0.95% 0.42% -
XYZ 5.52 10.79 2.28 -
YUV 66.72 99.38 83.98 -
System Red Green Blue C M Y K H S L
Decimal 5 108 16 0.95 0 0.85 0.58 126.41 0.91 0.22
Hex 5 6C 10 5F 0 55 3A 7E 5B 16
Octal 5 154 20 137 0 125 72 176 133 26
Binary 101 1101100 10000 1011111 0 1010101 111010 1111110 1011011 10110

Color Harmonies of #056C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056C10

Black with #056C10

Text Example


Text Example

White with #056C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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