Html Css Color HEX #062018 Dark Green

📋 copy color: '#062018'

red 6 ◦ green 32 ◦ blue 24

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

Shades of Dark Green #062018

Tints of Dark Green #062018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 51.61%

 BLUE value IS 24 (9.77% from 255) = 38.71%

R = 9.68%
G = 51.61%
B = 38.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0.87

RGB Variations

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

Color information

#062018 (or 0x062018) is known color: Dark Green. HEX triplet: 06, 20 and 18. RGB value is (6,32,24). Sum of RGB (Red+Green+Blue) = 6+32+24=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #062018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062018 is #F9DFE7. Grayscale: #171717. Windows color (decimal): -16375784 or 1581062. OLE color: 1581062.

HSL color Cylindrical-coordinate representation of color #062018: hue angle of 161.54º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #062018 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 32 24 -
CMYK 0.81 0 0.25 0.87
HSL 161.54º 0.68% 0.07% -
HSV(B) 161.54º 0.81% 0.13% -
XYZ 0.76 1.14 1.04 -
YUV 23.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 6 32 24 0.81 0 0.25 0.87 161.54 0.68 0.07
Hex 6 20 18 51 0 19 57 A2 44 7
Octal 6 40 30 121 0 31 127 242 104 7
Binary 110 100000 11000 1010001 0 11001 1010111 10100010 1000100 111

Color Harmonies of #062018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062018

Black with #062018

Text Example


Text Example

White with #062018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062018; }

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

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

background-color css

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

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

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

border-color css

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

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

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