Html Css Color HEX #051412 Dark Green

📋 copy color: '#051412'

red 5 ◦ green 20 ◦ blue 18

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

Shades of Dark Green #051412

Tints of Dark Green #051412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 46.51%

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

R = 11.63%
G = 46.51%
B = 41.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#051412 (or 0x051412) is known color: Dark Green. HEX triplet: 05, 14 and 12. RGB value is (5,20,18). Sum of RGB (Red+Green+Blue) = 5+20+18=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 20 - color contains mainly: green. Hex color #051412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051412 is #FAEBED. Grayscale: #0F0F0F. Windows color (decimal): -16444398 or 1184773. OLE color: 1184773.

HSL color Cylindrical-coordinate representation of color #051412: hue angle of 172º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #051412 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 5 20 18 -
CMYK 0.75 0 0.10 0.92
HSL 172º 0.6% 0.05% -
HSV(B) 172º 0.75% 0.08% -
XYZ 0.42 0.58 0.66 -
YUV 15.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 5 20 18 0.75 0 0.10 0.92 172 0.6 0.05
Hex 5 14 12 4B 0 A 5C AC 3C 5
Octal 5 24 22 113 0 12 134 254 74 5
Binary 101 10100 10010 1001011 0 1010 1011100 10101100 111100 101

Color Harmonies of #051412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051412

Black with #051412

Text Example


Text Example

White with #051412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051412; }

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

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

background-color css

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

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

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

border-color css

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

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

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