Html Css Color HEX #081513 Dark Green

📋 copy color: '#081513'

red 8 ◦ green 21 ◦ blue 19

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

Shades of Dark Green #081513

Tints of Dark Green #081513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 39.58%

R = 16.67%
G = 43.75%
B = 39.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#081513 (or 0x081513) is known color: Dark Green. HEX triplet: 08, 15 and 13. RGB value is (8,21,19). Sum of RGB (Red+Green+Blue) = 8+21+19=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #081513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081513 is #F7EAEC. Grayscale: #101010. Windows color (decimal): -16247533 or 1250568. OLE color: 1250568.

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

Color convert

RGB 8 21 19 -
CMYK 0.62 0 0.10 0.92
HSL 170.77º 0.45% 0.06% -
HSV(B) 170.77º 0.62% 0.08% -
XYZ 0.49 0.63 0.71 -
YUV 16.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 8 21 19 0.62 0 0.10 0.92 170.77 0.45 0.06
Hex 8 15 13 3E 0 A 5C AB 2D 6
Octal 10 25 23 76 0 12 134 253 55 6
Binary 1000 10101 10011 111110 0 1010 1011100 10101011 101101 110

Color Harmonies of #081513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081513

Black with #081513

Text Example


Text Example

White with #081513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081513; }

 p { color: rgb(8,21,19); }

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

background-color css

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

 a { background-color: rgb(8,21,19); }

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

border-color css

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

 span { border-color: rgb(8,21,19); }

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