Html Css Color HEX #081410 Dark Green

📋 copy color: '#081410'

red 8 ◦ green 20 ◦ blue 16

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

Shades of Dark Green #081410

Tints of Dark Green #081410

RGB

 RED value IS 8 (3.52% from 255) = 18.18%

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

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

R = 18.18%
G = 45.45%
B = 36.36%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.92

RGB Variations

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

Color information

#081410 (or 0x081410) is known color: Dark Green. HEX triplet: 08, 14 and 10. RGB value is (8,20,16). Sum of RGB (Red+Green+Blue) = 8+20+16=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 20 - color contains mainly: green. Hex color #081410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081410 is #F7EBEF. Grayscale: #0F0F0F. Windows color (decimal): -16247792 or 1053704. OLE color: 1053704.

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

Color convert

RGB 8 20 16 -
CMYK 0.60 0 0.20 0.92
HSL 160º 0.43% 0.05% -
HSV(B) 160º 0.6% 0.08% -
XYZ 0.44 0.59 0.58 -
YUV 15.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 8 20 16 0.60 0 0.20 0.92 160 0.43 0.05
Hex 8 14 10 3C 0 14 5C A0 2B 5
Octal 10 24 20 74 0 24 134 240 53 5
Binary 1000 10100 10000 111100 0 10100 1011100 10100000 101011 101

Color Harmonies of #081410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081410

Black with #081410

Text Example


Text Example

White with #081410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081410; }

 p { color: rgb(8,20,16); }

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

background-color css

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

 a { background-color: rgb(8,20,16); }

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

border-color css

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

 span { border-color: rgb(8,20,16); }

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