Html Css Color HEX #061814 Dark Green

📋 copy color: '#061814'

red 6 ◦ green 24 ◦ blue 20

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

Shades of Dark Green #061814

Tints of Dark Green #061814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 48%

 BLUE value IS 20 (8.2% from 255) = 40%

R = 12%
G = 48%
B = 40%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#061814 (or 0x061814) is known color: Dark Green. HEX triplet: 06, 18 and 14. RGB value is (6,24,20). Sum of RGB (Red+Green+Blue) = 6+24+20=50 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 20 (8.20% from 255 or 40% from 50); Max value from RGB is 24 - color contains mainly: green. Hex color #061814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061814 is #F9E7EB. Grayscale: #121212. Windows color (decimal): -16377836 or 1316870. OLE color: 1316870.

HSL color Cylindrical-coordinate representation of color #061814: hue angle of 166.67º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #061814 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 6 24 20 -
CMYK 0.75 0 0.17 0.91
HSL 166.67º 0.6% 0.06% -
HSV(B) 166.67º 0.75% 0.09% -
XYZ 0.53 0.74 0.78 -
YUV 18.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 6 24 20 0.75 0 0.17 0.91 166.67 0.6 0.06
Hex 6 18 14 4B 0 11 5B A7 3C 6
Octal 6 30 24 113 0 21 133 247 74 6
Binary 110 11000 10100 1001011 0 10001 1011011 10100111 111100 110

Color Harmonies of #061814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061814

Black with #061814

Text Example


Text Example

White with #061814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061814; }

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

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

background-color css

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

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

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

border-color css

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

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

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