Html Css Color HEX #013413 Dark Green

📋 copy color: '#013413'

red 1 ◦ green 52 ◦ blue 19

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

Shades of Dark Green #013413

Tints of Dark Green #013413

RGB

 RED value IS 1 (0.78% from 255) = 1.39%

 GREEN value IS 52 (20.7% from 255) = 72.22%

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

R = 1.39%
G = 72.22%
B = 26.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#013413 (or 0x013413) is known color: Dark Green. HEX triplet: 01, 34 and 13. RGB value is (1,52,19). Sum of RGB (Red+Green+Blue) = 1+52+19=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 52 (20.70% from 255 or 72.22% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 52 - color contains mainly: green. Hex color #013413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013413 is #FECBEC. Grayscale: #212121. Windows color (decimal): -16698349 or 1258497. OLE color: 1258497.

HSL color Cylindrical-coordinate representation of color #013413: hue angle of 141.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013413 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 52 19 -
CMYK 0.98 0 0.63 0.80
HSL 141.18º 0.96% 0.1% -
HSV(B) 141.18º 0.98% 0.2% -
XYZ 1.36 2.51 1.03 -
YUV 32.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 1 52 19 0.98 0 0.63 0.80 141.18 0.96 0.1
Hex 1 34 13 62 0 3F 50 8D 60 A
Octal 1 64 23 142 0 77 120 215 140 12
Binary 1 110100 10011 1100010 0 111111 1010000 10001101 1100000 1010

Color Harmonies of #013413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013413

Black with #013413

Text Example


Text Example

White with #013413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013413; }

 p { color: rgb(1,52,19); }

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

background-color css

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

 a { background-color: rgb(1,52,19); }

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

border-color css

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

 span { border-color: rgb(1,52,19); }

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