Html Css Color HEX #056012 Green

📋 copy color: '#056012'

red 5 ◦ green 96 ◦ blue 18

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

Shades of Green #056012

Tints of Green #056012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.13%

R = 4.2%
G = 80.67%
B = 15.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#056012 (or 0x056012) is known color: Green. HEX triplet: 05, 60 and 12. RGB value is (5,96,18). Sum of RGB (Red+Green+Blue) = 5+96+18=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 96 (37.89% from 255 or 80.67% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 96 - color contains mainly: green. Hex color #056012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056012 is #FA9FED. Grayscale: #3C3C3C. Windows color (decimal): -16424942 or 1204229. OLE color: 1204229.

HSL color Cylindrical-coordinate representation of color #056012: hue angle of 128.57º 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 #056012 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 96 18 -
CMYK 0.95 0 0.81 0.62
HSL 128.57º 0.9% 0.2% -
HSV(B) 128.57º 0.95% 0.38% -
XYZ 4.35 8.44 1.97 -
YUV 59.9 104.35 88.84 -
System Red Green Blue C M Y K H S L
Decimal 5 96 18 0.95 0 0.81 0.62 128.57 0.9 0.2
Hex 5 60 12 5F 0 51 3E 81 5A 14
Octal 5 140 22 137 0 121 76 201 132 24
Binary 101 1100000 10010 1011111 0 1010001 111110 10000001 1011010 10100

Color Harmonies of #056012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056012

Black with #056012

Text Example


Text Example

White with #056012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056012; }

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

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

background-color css

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

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

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

border-color css

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

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

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