Html Css Color HEX #013619 Dark Green

📋 copy color: '#013619'

red 1 ◦ green 54 ◦ blue 25

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

Shades of Dark Green #013619

Tints of Dark Green #013619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 67.5%

 BLUE value IS 25 (10.16% from 255) = 31.25%

R = 1.25%
G = 67.5%
B = 31.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.54

 K value IS 0.79

RGB Variations

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

Color information

#013619 (or 0x013619) is known color: Dark Green. HEX triplet: 01, 36 and 19. RGB value is (1,54,25). Sum of RGB (Red+Green+Blue) = 1+54+25=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 54 (21.48% from 255 or 67.5% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 54 - color contains mainly: green. Hex color #013619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013619 is #FEC9E6. Grayscale: #222222. Windows color (decimal): -16697831 or 1652225. OLE color: 1652225.

HSL color Cylindrical-coordinate representation of color #013619: hue angle of 147.17º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013619 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 54 25 -
CMYK 0.98 0 0.54 0.79
HSL 147.17º 0.96% 0.11% -
HSV(B) 147.17º 0.98% 0.21% -
XYZ 1.51 2.71 1.36 -
YUV 34.85 122.44 103.86 -
System Red Green Blue C M Y K H S L
Decimal 1 54 25 0.98 0 0.54 0.79 147.17 0.96 0.11
Hex 1 36 19 62 0 36 4F 93 60 B
Octal 1 66 31 142 0 66 117 223 140 13
Binary 1 110110 11001 1100010 0 110110 1001111 10010011 1100000 1011

Color Harmonies of #013619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013619

Black with #013619

Text Example


Text Example

White with #013619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013619; }

 p { color: rgb(1,54,25); }

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

background-color css

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

 a { background-color: rgb(1,54,25); }

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

border-color css

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

 span { border-color: rgb(1,54,25); }

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