Html Css Color HEX #013719 Dark Green

📋 copy color: '#013719'

red 1 ◦ green 55 ◦ blue 25

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

Shades of Dark Green #013719

Tints of Dark Green #013719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 67.9%

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

R = 1.23%
G = 67.9%
B = 30.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#013719 (or 0x013719) is known color: Dark Green. HEX triplet: 01, 37 and 19. RGB value is (1,55,25). Sum of RGB (Red+Green+Blue) = 1+55+25=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 55 (21.88% from 255 or 67.90% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 55 - color contains mainly: green. Hex color #013719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013719 is #FEC8E6. Grayscale: #232323. Windows color (decimal): -16697575 or 1652481. OLE color: 1652481.

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

Color convert

RGB 1 55 25 -
CMYK 0.98 0 0.55 0.78
HSL 146.67º 0.96% 0.11% -
HSV(B) 146.67º 0.98% 0.22% -
XYZ 1.55 2.81 1.38 -
YUV 35.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 1 55 25 0.98 0 0.55 0.78 146.67 0.96 0.11
Hex 1 37 19 62 0 37 4E 93 60 B
Octal 1 67 31 142 0 67 116 223 140 13
Binary 1 110111 11001 1100010 0 110111 1001110 10010011 1100000 1011

Color Harmonies of #013719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013719

Black with #013719

Text Example


Text Example

White with #013719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013719; }

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

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

background-color css

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

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

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

border-color css

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

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

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