Html Css Color HEX #051919 Dark Green

📋 copy color: '#051919'

red 5 ◦ green 25 ◦ blue 25

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

Shades of Dark Green #051919

Tints of Dark Green #051919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 45.45%

 BLUE value IS 25 (10.16% from 255) = 45.45%

R = 9.09%
G = 45.45%
B = 45.45%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#051919 (or 0x051919) is known color: Dark Green. HEX triplet: 05, 19 and 19. RGB value is (5,25,25). Sum of RGB (Red+Green+Blue) = 5+25+25=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 25 (10.16% from 255 or 45.45% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 25 - color contains mainly: green, blue. Hex color #051919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051919 is #FAE6E6. Grayscale: #131313. Windows color (decimal): -16443111 or 1644805. OLE color: 1644805.

HSL color Cylindrical-coordinate representation of color #051919: hue angle of 180º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #051919 is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 25 25 -
CMYK 0.80 0 0 0.90
HSL 180º 0.67% 0.06% -
HSV(B) 180º 0.8% 0.1% -
XYZ 0.59 0.8 1.04 -
YUV 19.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 5 25 25 0.80 0 0 0.90 180 0.67 0.06
Hex 5 19 19 50 0 0 5A B4 43 6
Octal 5 31 31 120 0 0 132 264 103 6
Binary 101 11001 11001 1010000 0 0 1011010 10110100 1000011 110

Color Harmonies of #051919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051919

Black with #051919

Text Example


Text Example

White with #051919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051919; }

 p { color: rgb(5,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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