Html Css Color HEX #013615 Dark Green

📋 copy color: '#013615'

red 1 ◦ green 54 ◦ blue 21

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

Shades of Dark Green #013615

Tints of Dark Green #013615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 27.63%

R = 1.32%
G = 71.05%
B = 27.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#013615 (or 0x013615) is known color: Dark Green. HEX triplet: 01, 36 and 15. RGB value is (1,54,21). Sum of RGB (Red+Green+Blue) = 1+54+21=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 54 (21.48% from 255 or 71.05% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 54 - color contains mainly: green. Hex color #013615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013615 is #FEC9EA. Grayscale: #222222. Windows color (decimal): -16697835 or 1390081. OLE color: 1390081.

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

Color convert

RGB 1 54 21 -
CMYK 0.98 0 0.61 0.79
HSL 142.64º 0.96% 0.11% -
HSV(B) 142.64º 0.98% 0.21% -
XYZ 1.47 2.7 1.15 -
YUV 34.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 1 54 21 0.98 0 0.61 0.79 142.64 0.96 0.11
Hex 1 36 15 62 0 3D 4F 8F 60 B
Octal 1 66 25 142 0 75 117 217 140 13
Binary 1 110110 10101 1100010 0 111101 1001111 10001111 1100000 1011

Color Harmonies of #013615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013615

Black with #013615

Text Example


Text Example

White with #013615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013615; }

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

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

background-color css

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

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

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

border-color css

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

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

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