Html Css Color HEX #056010 Green

📋 copy color: '#056010'

red 5 ◦ green 96 ◦ blue 16

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

Shades of Green #056010

Tints of Green #056010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 82.05%

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

R = 4.27%
G = 82.05%
B = 13.68%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#056010 (or 0x056010) is known color: Green. HEX triplet: 05, 60 and 10. RGB value is (5,96,16). Sum of RGB (Red+Green+Blue) = 5+96+16=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 96 (37.89% from 255 or 82.05% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 96 - color contains mainly: green. Hex color #056010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056010 is #FA9FEF. Grayscale: #3B3B3B. Windows color (decimal): -16424944 or 1073157. OLE color: 1073157.

HSL color Cylindrical-coordinate representation of color #056010: hue angle of 127.25º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056010 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 96 16 -
CMYK 0.95 0 0.83 0.62
HSL 127.25º 0.9% 0.2% -
HSV(B) 127.25º 0.95% 0.38% -
XYZ 4.34 8.44 1.89 -
YUV 59.67 103.35 89 -
System Red Green Blue C M Y K H S L
Decimal 5 96 16 0.95 0 0.83 0.62 127.25 0.9 0.2
Hex 5 60 10 5F 0 53 3E 7F 5A 14
Octal 5 140 20 137 0 123 76 177 132 24
Binary 101 1100000 10000 1011111 0 1010011 111110 1111111 1011010 10100

Color Harmonies of #056010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056010

Black with #056010

Text Example


Text Example

White with #056010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056010; }

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

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

background-color css

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

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

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

border-color css

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

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

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