Html Css Color HEX #013614 Dark Green

📋 copy color: '#013614'

red 1 ◦ green 54 ◦ blue 20

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

Shades of Dark Green #013614

Tints of Dark Green #013614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 26.67%

R = 1.33%
G = 72%
B = 26.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#013614 (or 0x013614) is known color: Dark Green. HEX triplet: 01, 36 and 14. RGB value is (1,54,20). Sum of RGB (Red+Green+Blue) = 1+54+20=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 54 (21.48% from 255 or 72% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 54 - color contains mainly: green. Hex color #013614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013614 is #FEC9EB. Grayscale: #222222. Windows color (decimal): -16697836 or 1324545. OLE color: 1324545.

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

Color convert

RGB 1 54 20 -
CMYK 0.98 0 0.63 0.79
HSL 141.51º 0.96% 0.11% -
HSV(B) 141.51º 0.98% 0.21% -
XYZ 1.46 2.7 1.11 -
YUV 34.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 1 54 20 0.98 0 0.63 0.79 141.51 0.96 0.11
Hex 1 36 14 62 0 3F 4F 8E 60 B
Octal 1 66 24 142 0 77 117 216 140 13
Binary 1 110110 10100 1100010 0 111111 1001111 10001110 1100000 1011

Color Harmonies of #013614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013614

Black with #013614

Text Example


Text Example

White with #013614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013614; }

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

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

background-color css

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

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

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

border-color css

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

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

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