Html Css Color HEX #051510 Dark Green

📋 copy color: '#051510'

red 5 ◦ green 21 ◦ blue 16

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

Shades of Dark Green #051510

Tints of Dark Green #051510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 50%

 BLUE value IS 16 (6.64% from 255) = 38.1%

R = 11.9%
G = 50%
B = 38.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.92

RGB Variations

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

Color information

#051510 (or 0x051510) is known color: Dark Green. HEX triplet: 05, 15 and 10. RGB value is (5,21,16). Sum of RGB (Red+Green+Blue) = 5+21+16=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 21 (8.59% from 255 or 50% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 21 - color contains mainly: green. Hex color #051510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051510 is #FAEAEF. Grayscale: #0F0F0F. Windows color (decimal): -16444144 or 1053957. OLE color: 1053957.

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

Color convert

RGB 5 21 16 -
CMYK 0.76 0 0.24 0.92
HSL 161.25º 0.62% 0.05% -
HSV(B) 161.25º 0.76% 0.08% -
XYZ 0.42 0.61 0.58 -
YUV 15.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 5 21 16 0.76 0 0.24 0.92 161.25 0.62 0.05
Hex 5 15 10 4C 0 18 5C A1 3E 5
Octal 5 25 20 114 0 30 134 241 76 5
Binary 101 10101 10000 1001100 0 11000 1011100 10100001 111110 101

Color Harmonies of #051510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051510

Black with #051510

Text Example


Text Example

White with #051510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051510; }

 p { color: rgb(5,21,16); }

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

background-color css

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

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

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

border-color css

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

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

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