Html Css Color HEX #062413 Dark Green

📋 copy color: '#062413'

red 6 ◦ green 36 ◦ blue 19

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

Shades of Dark Green #062413

Tints of Dark Green #062413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 59.02%

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

R = 9.84%
G = 59.02%
B = 31.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#062413 (or 0x062413) is known color: Dark Green. HEX triplet: 06, 24 and 13. RGB value is (6,36,19). Sum of RGB (Red+Green+Blue) = 6+36+19=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 36 (14.45% from 255 or 59.02% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 36 - color contains mainly: green. Hex color #062413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062413 is #F9DBEC. Grayscale: #191919. Windows color (decimal): -16374765 or 1254406. OLE color: 1254406.

HSL color Cylindrical-coordinate representation of color #062413: hue angle of 146º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #062413 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB 6 36 19 -
CMYK 0.83 0 0.47 0.86
HSL 146º 0.71% 0.08% -
HSV(B) 146º 0.83% 0.14% -
XYZ 0.82 1.35 0.83 -
YUV 25.09 124.56 114.38 -
System Red Green Blue C M Y K H S L
Decimal 6 36 19 0.83 0 0.47 0.86 146 0.71 0.08
Hex 6 24 13 53 0 2F 56 92 47 8
Octal 6 44 23 123 0 57 126 222 107 10
Binary 110 100100 10011 1010011 0 101111 1010110 10010010 1000111 1000

Color Harmonies of #062413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062413

Black with #062413

Text Example


Text Example

White with #062413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062413; }

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

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

background-color css

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

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

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

border-color css

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

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

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