Html Css Color HEX #061312 Dark Green

📋 copy color: '#061312'

red 6 ◦ green 19 ◦ blue 18

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

Shades of Dark Green #061312

Tints of Dark Green #061312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 41.86%

R = 13.95%
G = 44.19%
B = 41.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.93

RGB Variations

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

Color information

#061312 (or 0x061312) is known color: Dark Green. HEX triplet: 06, 13 and 12. RGB value is (6,19,18). Sum of RGB (Red+Green+Blue) = 6+19+18=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 19 - color contains mainly: green. Hex color #061312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061312 is #F9ECED. Grayscale: #0E0E0E. Windows color (decimal): -16379118 or 1184518. OLE color: 1184518.

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

Color convert

RGB 6 19 18 -
CMYK 0.68 0 0.05 0.93
HSL 175.38º 0.52% 0.05% -
HSV(B) 175.38º 0.68% 0.07% -
XYZ 0.42 0.55 0.66 -
YUV 15 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 6 19 18 0.68 0 0.05 0.93 175.38 0.52 0.05
Hex 6 13 12 44 0 5 5D AF 34 5
Octal 6 23 22 104 0 5 135 257 64 5
Binary 110 10011 10010 1000100 0 101 1011101 10101111 110100 101

Color Harmonies of #061312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061312

Black with #061312

Text Example


Text Example

White with #061312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061312; }

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

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

background-color css

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

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

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

border-color css

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

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

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