Html Css Color HEX #062713 Dark Green

📋 copy color: '#062713'

red 6 ◦ green 39 ◦ blue 19

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

Shades of Dark Green #062713

Tints of Dark Green #062713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 60.94%

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

R = 9.38%
G = 60.94%
B = 29.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#062713 (or 0x062713) is known color: Dark Green. HEX triplet: 06, 27 and 13. RGB value is (6,39,19). Sum of RGB (Red+Green+Blue) = 6+39+19=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 39 (15.62% from 255 or 60.94% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 39 - color contains mainly: green. Hex color #062713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062713 is #F9D8EC. Grayscale: #1A1A1A. Windows color (decimal): -16373997 or 1255174. OLE color: 1255174.

HSL color Cylindrical-coordinate representation of color #062713: hue angle of 143.64º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #062713 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 6 39 19 -
CMYK 0.85 0 0.51 0.85
HSL 143.64º 0.73% 0.09% -
HSV(B) 143.64º 0.85% 0.15% -
XYZ 0.92 1.54 0.86 -
YUV 26.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 6 39 19 0.85 0 0.51 0.85 143.64 0.73 0.09
Hex 6 27 13 55 0 33 55 90 49 9
Octal 6 47 23 125 0 63 125 220 111 11
Binary 110 100111 10011 1010101 0 110011 1010101 10010000 1001001 1001

Color Harmonies of #062713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062713

Black with #062713

Text Example


Text Example

White with #062713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062713; }

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

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

background-color css

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

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

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

border-color css

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

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

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