Html Css Color HEX #056514 Green

📋 copy color: '#056514'

red 5 ◦ green 101 ◦ blue 20

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

Shades of Green #056514

Tints of Green #056514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 80.16%

 BLUE value IS 20 (8.2% from 255) = 15.87%

R = 3.97%
G = 80.16%
B = 15.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#056514 (or 0x056514) is known color: Green. HEX triplet: 05, 65 and 14. RGB value is (5,101,20). Sum of RGB (Red+Green+Blue) = 5+101+20=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 101 (39.84% from 255 or 80.16% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 101 - color contains mainly: green. Hex color #056514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056514 is #FA9AEB. Grayscale: #3F3F3F. Windows color (decimal): -16423660 or 1336581. OLE color: 1336581.

HSL color Cylindrical-coordinate representation of color #056514: hue angle of 129.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056514 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 101 20 -
CMYK 0.95 0 0.80 0.60
HSL 129.38º 0.91% 0.21% -
HSV(B) 129.38º 0.95% 0.4% -
XYZ 4.84 9.39 2.22 -
YUV 63.06 103.7 86.59 -
System Red Green Blue C M Y K H S L
Decimal 5 101 20 0.95 0 0.80 0.60 129.38 0.91 0.21
Hex 5 65 14 5F 0 50 3C 81 5B 15
Octal 5 145 24 137 0 120 74 201 133 25
Binary 101 1100101 10100 1011111 0 1010000 111100 10000001 1011011 10101

Color Harmonies of #056514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056514

Black with #056514

Text Example


Text Example

White with #056514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056514; }

 p { color: rgb(5,101,20); }

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

background-color css

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

 a { background-color: rgb(5,101,20); }

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

border-color css

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

 span { border-color: rgb(5,101,20); }

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