Html Css Color HEX #061310 Dark Green

📋 copy color: '#061310'

red 6 ◦ green 19 ◦ blue 16

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

Shades of Dark Green #061310

Tints of Dark Green #061310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 46.34%

 BLUE value IS 16 (6.64% from 255) = 39.02%

R = 14.63%
G = 46.34%
B = 39.02%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#061310 (or 0x061310) is known color: Dark Green. HEX triplet: 06, 13 and 10. RGB value is (6,19,16). Sum of RGB (Red+Green+Blue) = 6+19+16=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #061310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061310 is #F9ECEF. Grayscale: #0E0E0E. Windows color (decimal): -16379120 or 1053446. OLE color: 1053446.

HSL color Cylindrical-coordinate representation of color #061310: hue angle of 166.15º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #061310 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 19 16 -
CMYK 0.68 0 0.16 0.93
HSL 166.15º 0.52% 0.05% -
HSV(B) 166.15º 0.68% 0.07% -
XYZ 0.4 0.54 0.57 -
YUV 14.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 6 19 16 0.68 0 0.16 0.93 166.15 0.52 0.05
Hex 6 13 10 44 0 10 5D A6 34 5
Octal 6 23 20 104 0 20 135 246 64 5
Binary 110 10011 10000 1000100 0 10000 1011101 10100110 110100 101

Color Harmonies of #061310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061310

Black with #061310

Text Example


Text Example

White with #061310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061310; }

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

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

background-color css

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

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

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

border-color css

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

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

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