Html Css Color HEX #056914 Green

📋 copy color: '#056914'

red 5 ◦ green 105 ◦ blue 20

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

Shades of Green #056914

Tints of Green #056914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 80.77%

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

R = 3.85%
G = 80.77%
B = 15.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#056914 (or 0x056914) is known color: Green. HEX triplet: 05, 69 and 14. RGB value is (5,105,20). Sum of RGB (Red+Green+Blue) = 5+105+20=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 105 (41.41% from 255 or 80.77% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 105 - color contains mainly: green. Hex color #056914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056914 is #FA96EB. Grayscale: #414141. Windows color (decimal): -16422636 or 1337605. OLE color: 1337605.

HSL color Cylindrical-coordinate representation of color #056914: hue angle of 129º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056914 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 105 20 -
CMYK 0.95 0 0.81 0.59
HSL 129º 0.91% 0.22% -
HSV(B) 129º 0.95% 0.41% -
XYZ 5.24 10.19 2.35 -
YUV 65.41 102.37 84.91 -
System Red Green Blue C M Y K H S L
Decimal 5 105 20 0.95 0 0.81 0.59 129 0.91 0.22
Hex 5 69 14 5F 0 51 3B 81 5B 16
Octal 5 151 24 137 0 121 73 201 133 26
Binary 101 1101001 10100 1011111 0 1010001 111011 10000001 1011011 10110

Color Harmonies of #056914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056914

Black with #056914

Text Example


Text Example

White with #056914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056914; }

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

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

background-color css

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

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

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

border-color css

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

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

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