Html Css Color HEX #051411 Dark Green

📋 copy color: '#051411'

red 5 ◦ green 20 ◦ blue 17

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

Shades of Dark Green #051411

Tints of Dark Green #051411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 40.48%

R = 11.9%
G = 47.62%
B = 40.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#051411 (or 0x051411) is known color: Dark Green. HEX triplet: 05, 14 and 11. RGB value is (5,20,17). Sum of RGB (Red+Green+Blue) = 5+20+17=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 20 (8.20% from 255 or 47.62% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 20 - color contains mainly: green. Hex color #051411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051411 is #FAEBEE. Grayscale: #0F0F0F. Windows color (decimal): -16444399 or 1119237. OLE color: 1119237.

HSL color Cylindrical-coordinate representation of color #051411: hue angle of 168º 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 #051411 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB 5 20 17 -
CMYK 0.75 0 0.15 0.92
HSL 168º 0.6% 0.05% -
HSV(B) 168º 0.75% 0.08% -
XYZ 0.41 0.57 0.62 -
YUV 15.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 5 20 17 0.75 0 0.15 0.92 168 0.6 0.05
Hex 5 14 11 4B 0 F 5C A8 3C 5
Octal 5 24 21 113 0 17 134 250 74 5
Binary 101 10100 10001 1001011 0 1111 1011100 10101000 111100 101

Color Harmonies of #051411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051411

Black with #051411

Text Example


Text Example

White with #051411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051411; }

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

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

background-color css

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

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

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

border-color css

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

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

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