Html Css Color HEX #062118 Dark Green

📋 copy color: '#062118'

red 6 ◦ green 33 ◦ blue 24

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

Shades of Dark Green #062118

Tints of Dark Green #062118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 52.38%

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

R = 9.52%
G = 52.38%
B = 38.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.27

 K value IS 0.87

RGB Variations

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

Color information

#062118 (or 0x062118) is known color: Dark Green. HEX triplet: 06, 21 and 18. RGB value is (6,33,24). Sum of RGB (Red+Green+Blue) = 6+33+24=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #062118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062118 is #F9DEE7. Grayscale: #171717. Windows color (decimal): -16375528 or 1581318. OLE color: 1581318.

HSL color Cylindrical-coordinate representation of color #062118: hue angle of 160º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #062118 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 33 24 -
CMYK 0.82 0 0.27 0.87
HSL 160º 0.69% 0.08% -
HSV(B) 160º 0.82% 0.13% -
XYZ 0.78 1.19 1.05 -
YUV 23.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 6 33 24 0.82 0 0.27 0.87 160 0.69 0.08
Hex 6 21 18 52 0 1B 57 A0 45 8
Octal 6 41 30 122 0 33 127 240 105 10
Binary 110 100001 11000 1010010 0 11011 1010111 10100000 1000101 1000

Color Harmonies of #062118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062118

Black with #062118

Text Example


Text Example

White with #062118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062118; }

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

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

background-color css

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

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

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

border-color css

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

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

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