Html Css Color HEX #013618 Dark Green

📋 copy color: '#013618'

red 1 ◦ green 54 ◦ blue 24

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

Shades of Dark Green #013618

Tints of Dark Green #013618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 30.38%

R = 1.27%
G = 68.35%
B = 30.38%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#013618 (or 0x013618) is known color: Dark Green. HEX triplet: 01, 36 and 18. RGB value is (1,54,24). Sum of RGB (Red+Green+Blue) = 1+54+24=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 54 (21.48% from 255 or 68.35% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 54 - color contains mainly: green. Hex color #013618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013618 is #FEC9E7. Grayscale: #222222. Windows color (decimal): -16697832 or 1586689. OLE color: 1586689.

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

Color convert

RGB 1 54 24 -
CMYK 0.98 0 0.56 0.79
HSL 146.04º 0.96% 0.11% -
HSV(B) 146.04º 0.98% 0.21% -
XYZ 1.5 2.71 1.31 -
YUV 34.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 1 54 24 0.98 0 0.56 0.79 146.04 0.96 0.11
Hex 1 36 18 62 0 38 4F 92 60 B
Octal 1 66 30 142 0 70 117 222 140 13
Binary 1 110110 11000 1100010 0 111000 1001111 10010010 1100000 1011

Color Harmonies of #013618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013618

Black with #013618

Text Example


Text Example

White with #013618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013618; }

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

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

background-color css

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

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

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

border-color css

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

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

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