Html Css Color HEX #013612 Dark Green

📋 copy color: '#013612'

red 1 ◦ green 54 ◦ blue 18

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

Shades of Dark Green #013612

Tints of Dark Green #013612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 24.66%

R = 1.37%
G = 73.97%
B = 24.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#013612 (or 0x013612) is known color: Dark Green. HEX triplet: 01, 36 and 12. RGB value is (1,54,18). Sum of RGB (Red+Green+Blue) = 1+54+18=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 54 (21.48% from 255 or 73.97% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 54 - color contains mainly: green. Hex color #013612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013612 is #FEC9ED. Grayscale: #222222. Windows color (decimal): -16697838 or 1193473. OLE color: 1193473.

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

Color convert

RGB 1 54 18 -
CMYK 0.98 0 0.67 0.79
HSL 139.25º 0.96% 0.11% -
HSV(B) 139.25º 0.98% 0.21% -
XYZ 1.44 2.69 1.02 -
YUV 34.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 1 54 18 0.98 0 0.67 0.79 139.25 0.96 0.11
Hex 1 36 12 62 0 43 4F 8B 60 B
Octal 1 66 22 142 0 103 117 213 140 13
Binary 1 110110 10010 1100010 0 1000011 1001111 10001011 1100000 1011

Color Harmonies of #013612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013612

Black with #013612

Text Example


Text Example

White with #013612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013612; }

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

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

background-color css

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

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

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

border-color css

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

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

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