Html Css Color HEX #061311 Dark Green

📋 copy color: '#061311'

red 6 ◦ green 19 ◦ blue 17

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

Shades of Dark Green #061311

Tints of Dark Green #061311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 40.48%

R = 14.29%
G = 45.24%
B = 40.48%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#061311 (or 0x061311) is known color: Dark Green. HEX triplet: 06, 13 and 11. RGB value is (6,19,17). Sum of RGB (Red+Green+Blue) = 6+19+17=42 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.29% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 19 - color contains mainly: green. Hex color #061311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061311 is #F9ECEE. Grayscale: #0E0E0E. Windows color (decimal): -16379119 or 1118982. OLE color: 1118982.

HSL color Cylindrical-coordinate representation of color #061311: hue angle of 170.77º 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 #061311 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 19 17 -
CMYK 0.68 0 0.11 0.93
HSL 170.77º 0.52% 0.05% -
HSV(B) 170.77º 0.68% 0.07% -
XYZ 0.41 0.54 0.61 -
YUV 14.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 6 19 17 0.68 0 0.11 0.93 170.77 0.52 0.05
Hex 6 13 11 44 0 B 5D AB 34 5
Octal 6 23 21 104 0 13 135 253 64 5
Binary 110 10011 10001 1000100 0 1011 1011101 10101011 110100 101

Color Harmonies of #061311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061311

Black with #061311

Text Example


Text Example

White with #061311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061311; }

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

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

background-color css

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

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

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

border-color css

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

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

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