Html Css Color HEX #061513 Dark Green

📋 copy color: '#061513'

red 6 ◦ green 21 ◦ blue 19

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

Shades of Dark Green #061513

Tints of Dark Green #061513

RGB

 RED value IS 6 (2.73% from 255) = 13.04%

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

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

R = 13.04%
G = 45.65%
B = 41.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#061513 (or 0x061513) is known color: Dark Green. HEX triplet: 06, 15 and 13. RGB value is (6,21,19). Sum of RGB (Red+Green+Blue) = 6+21+19=46 (6% of max value = 765). Red value is 6 (2.73% from 255 or 13.04% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 21 - color contains mainly: green. Hex color #061513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061513 is #F9EAEC. Grayscale: #101010. Windows color (decimal): -16378605 or 1250566. OLE color: 1250566.

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

Color convert

RGB 6 21 19 -
CMYK 0.71 0 0.10 0.92
HSL 172º 0.56% 0.05% -
HSV(B) 172º 0.71% 0.08% -
XYZ 0.46 0.62 0.71 -
YUV 16.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 6 21 19 0.71 0 0.10 0.92 172 0.56 0.05
Hex 6 15 13 47 0 A 5C AC 38 5
Octal 6 25 23 107 0 12 134 254 70 5
Binary 110 10101 10011 1000111 0 1010 1011100 10101100 111000 101

Color Harmonies of #061513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061513

Black with #061513

Text Example


Text Example

White with #061513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061513; }

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

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

background-color css

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

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

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

border-color css

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

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

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