Html Css Color HEX #051714 Dark Green

📋 copy color: '#051714'

red 5 ◦ green 23 ◦ blue 20

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

Shades of Dark Green #051714

Tints of Dark Green #051714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 47.92%

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

R = 10.42%
G = 47.92%
B = 41.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#051714 (or 0x051714) is known color: Dark Green. HEX triplet: 05, 17 and 14. RGB value is (5,23,20). Sum of RGB (Red+Green+Blue) = 5+23+20=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 23 - color contains mainly: green. Hex color #051714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051714 is #FAE8EB. Grayscale: #111111. Windows color (decimal): -16443628 or 1316613. OLE color: 1316613.

HSL color Cylindrical-coordinate representation of color #051714: hue angle of 170º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #051714 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 23 20 -
CMYK 0.78 0 0.13 0.91
HSL 170º 0.64% 0.05% -
HSV(B) 170º 0.78% 0.09% -
XYZ 0.5 0.7 0.77 -
YUV 17.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 5 23 20 0.78 0 0.13 0.91 170 0.64 0.05
Hex 5 17 14 4E 0 D 5B AA 40 5
Octal 5 27 24 116 0 15 133 252 100 5
Binary 101 10111 10100 1001110 0 1101 1011011 10101010 1000000 101

Color Harmonies of #051714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051714

Black with #051714

Text Example


Text Example

White with #051714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051714; }

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

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

background-color css

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

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

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

border-color css

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

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

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