Html Css Color HEX #061413 Dark Green

📋 copy color: '#061413'

red 6 ◦ green 20 ◦ blue 19

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

Shades of Dark Green #061413

Tints of Dark Green #061413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 44.44%

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

R = 13.33%
G = 44.44%
B = 42.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#061413 (or 0x061413) is known color: Dark Green. HEX triplet: 06, 14 and 13. RGB value is (6,20,19). Sum of RGB (Red+Green+Blue) = 6+20+19=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 20 - color contains mainly: green. Hex color #061413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061413 is #F9EBEC. Grayscale: #0F0F0F. Windows color (decimal): -16378861 or 1250310. OLE color: 1250310.

HSL color Cylindrical-coordinate representation of color #061413: hue angle of 175.71º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #061413 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB 6 20 19 -
CMYK 0.70 0 0.05 0.92
HSL 175.71º 0.54% 0.05% -
HSV(B) 175.71º 0.7% 0.08% -
XYZ 0.44 0.59 0.71 -
YUV 15.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 6 20 19 0.70 0 0.05 0.92 175.71 0.54 0.05
Hex 6 14 13 46 0 5 5C B0 36 5
Octal 6 24 23 106 0 5 134 260 66 5
Binary 110 10100 10011 1000110 0 101 1011100 10110000 110110 101

Color Harmonies of #061413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061413

Black with #061413

Text Example


Text Example

White with #061413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061413; }

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

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

background-color css

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

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

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

border-color css

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

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

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