Html Css Color HEX #013517 Dark Green

📋 copy color: '#013517'

red 1 ◦ green 53 ◦ blue 23

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

Shades of Dark Green #013517

Tints of Dark Green #013517

RGB

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

 GREEN value IS 53 (21.09% from 255) = 68.83%

 BLUE value IS 23 (9.38% from 255) = 29.87%

R = 1.3%
G = 68.83%
B = 29.87%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#013517 (or 0x013517) is known color: Dark Green. HEX triplet: 01, 35 and 17. RGB value is (1,53,23). Sum of RGB (Red+Green+Blue) = 1+53+23=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 53 (21.09% from 255 or 68.83% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 53 - color contains mainly: green. Hex color #013517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013517 is #FECAE8. Grayscale: #222222. Windows color (decimal): -16698089 or 1520897. OLE color: 1520897.

HSL color Cylindrical-coordinate representation of color #013517: hue angle of 145.38º 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 #013517 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 53 23 -
CMYK 0.98 0 0.57 0.79
HSL 145.38º 0.96% 0.11% -
HSV(B) 145.38º 0.98% 0.21% -
XYZ 1.44 2.61 1.24 -
YUV 34.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 1 53 23 0.98 0 0.57 0.79 145.38 0.96 0.11
Hex 1 35 17 62 0 39 4F 91 60 B
Octal 1 65 27 142 0 71 117 221 140 13
Binary 1 110101 10111 1100010 0 111001 1001111 10010001 1100000 1011

Color Harmonies of #013517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013517

Black with #013517

Text Example


Text Example

White with #013517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013517; }

 p { color: rgb(1,53,23); }

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

background-color css

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

 a { background-color: rgb(1,53,23); }

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

border-color css

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

 span { border-color: rgb(1,53,23); }

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