Html Css Color HEX #061313 Dark Green

📋 copy color: '#061313'

red 6 ◦ green 19 ◦ blue 19

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

Shades of Dark Green #061313

Tints of Dark Green #061313

RGB

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

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

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

R = 13.64%
G = 43.18%
B = 43.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#061313 (or 0x061313) is known color: Dark Green. HEX triplet: 06, 13 and 13. RGB value is (6,19,19). Sum of RGB (Red+Green+Blue) = 6+19+19=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 19 - color contains mainly: green, blue. Hex color #061313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061313 is #F9ECEC. Grayscale: #0F0F0F. Windows color (decimal): -16379117 or 1250054. OLE color: 1250054.

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

Color convert

RGB 6 19 19 -
CMYK 0.68 0 0 0.93
HSL 180º 0.52% 0.05% -
HSV(B) 180º 0.68% 0.07% -
XYZ 0.43 0.55 0.7 -
YUV 15.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 6 19 19 0.68 0 0 0.93 180 0.52 0.05
Hex 6 13 13 44 0 0 5D B4 34 5
Octal 6 23 23 104 0 0 135 264 64 5
Binary 110 10011 10011 1000100 0 0 1011101 10110100 110100 101

Color Harmonies of #061313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061313

Black with #061313

Text Example


Text Example

White with #061313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061313; }

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

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

background-color css

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

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

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

border-color css

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

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

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