Html Css Color HEX #062213 Dark Green

📋 copy color: '#062213'

red 6 ◦ green 34 ◦ blue 19

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

Shades of Dark Green #062213

Tints of Dark Green #062213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 57.63%

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

R = 10.17%
G = 57.63%
B = 32.2%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#062213 (or 0x062213) is known color: Dark Green. HEX triplet: 06, 22 and 13. RGB value is (6,34,19). Sum of RGB (Red+Green+Blue) = 6+34+19=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 34 (13.67% from 255 or 57.63% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 34 - color contains mainly: green. Hex color #062213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062213 is #F9DDEC. Grayscale: #171717. Windows color (decimal): -16375277 or 1253894. OLE color: 1253894.

HSL color Cylindrical-coordinate representation of color #062213: hue angle of 147.86º degrees, saturation: 0.7, 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 #062213 is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 34 19 -
CMYK 0.82 0 0.44 0.87
HSL 147.86º 0.7% 0.08% -
HSV(B) 147.86º 0.82% 0.13% -
XYZ 0.76 1.23 0.81 -
YUV 23.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 6 34 19 0.82 0 0.44 0.87 147.86 0.7 0.08
Hex 6 22 13 52 0 2C 57 94 46 8
Octal 6 42 23 122 0 54 127 224 106 10
Binary 110 100010 10011 1010010 0 101100 1010111 10010100 1000110 1000

Color Harmonies of #062213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062213

Black with #062213

Text Example


Text Example

White with #062213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062213; }

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

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

background-color css

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

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

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

border-color css

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

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

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