Html Css Color HEX #062013 Dark Green

📋 copy color: '#062013'

red 6 ◦ green 32 ◦ blue 19

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

Shades of Dark Green #062013

Tints of Dark Green #062013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 56.14%

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

R = 10.53%
G = 56.14%
B = 33.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#062013 (or 0x062013) is known color: Dark Green. HEX triplet: 06, 20 and 13. RGB value is (6,32,19). Sum of RGB (Red+Green+Blue) = 6+32+19=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #062013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062013 is #F9DFEC. Grayscale: #161616. Windows color (decimal): -16375789 or 1253382. OLE color: 1253382.

HSL color Cylindrical-coordinate representation of color #062013: hue angle of 150º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #062013 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 32 19 -
CMYK 0.81 0 0.41 0.87
HSL 150º 0.68% 0.07% -
HSV(B) 150º 0.81% 0.13% -
XYZ 0.71 1.12 0.79 -
YUV 22.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 6 32 19 0.81 0 0.41 0.87 150 0.68 0.07
Hex 6 20 13 51 0 29 57 96 44 7
Octal 6 40 23 121 0 51 127 226 104 7
Binary 110 100000 10011 1010001 0 101001 1010111 10010110 1000100 111

Color Harmonies of #062013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062013

Black with #062013

Text Example


Text Example

White with #062013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062013; }

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

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

background-color css

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

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

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

border-color css

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

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

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