Html Css Color HEX #062513 Dark Green

📋 copy color: '#062513'

red 6 ◦ green 37 ◦ blue 19

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

Shades of Dark Green #062513

Tints of Dark Green #062513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 59.68%

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

R = 9.68%
G = 59.68%
B = 30.65%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#062513 (or 0x062513) is known color: Dark Green. HEX triplet: 06, 25 and 13. RGB value is (6,37,19). Sum of RGB (Red+Green+Blue) = 6+37+19=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 37 (14.84% from 255 or 59.68% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 37 - color contains mainly: green. Hex color #062513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062513 is #F9DAEC. Grayscale: #191919. Windows color (decimal): -16374509 or 1254662. OLE color: 1254662.

HSL color Cylindrical-coordinate representation of color #062513: hue angle of 145.16º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #062513 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 6 37 19 -
CMYK 0.84 0 0.49 0.85
HSL 145.16º 0.72% 0.08% -
HSV(B) 145.16º 0.84% 0.15% -
XYZ 0.85 1.41 0.84 -
YUV 25.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 6 37 19 0.84 0 0.49 0.85 145.16 0.72 0.08
Hex 6 25 13 54 0 31 55 91 48 8
Octal 6 45 23 124 0 61 125 221 110 10
Binary 110 100101 10011 1010100 0 110001 1010101 10010001 1001000 1000

Color Harmonies of #062513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062513

Black with #062513

Text Example


Text Example

White with #062513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062513; }

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

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

background-color css

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

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

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

border-color css

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

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

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