Html Css Color HEX #013718 Dark Green

📋 copy color: '#013718'

red 1 ◦ green 55 ◦ blue 24

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

Shades of Dark Green #013718

Tints of Dark Green #013718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 68.75%

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

R = 1.25%
G = 68.75%
B = 30%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#013718 (or 0x013718) is known color: Dark Green. HEX triplet: 01, 37 and 18. RGB value is (1,55,24). Sum of RGB (Red+Green+Blue) = 1+55+24=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 55 (21.88% from 255 or 68.75% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 55 - color contains mainly: green. Hex color #013718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013718 is #FEC8E7. Grayscale: #232323. Windows color (decimal): -16697576 or 1586945. OLE color: 1586945.

HSL color Cylindrical-coordinate representation of color #013718: hue angle of 145.56º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013718 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 55 24 -
CMYK 0.98 0 0.56 0.78
HSL 145.56º 0.96% 0.11% -
HSV(B) 145.56º 0.98% 0.22% -
XYZ 1.54 2.8 1.32 -
YUV 35.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 1 55 24 0.98 0 0.56 0.78 145.56 0.96 0.11
Hex 1 37 18 62 0 38 4E 92 60 B
Octal 1 67 30 142 0 70 116 222 140 13
Binary 1 110111 11000 1100010 0 111000 1001110 10010010 1100000 1011

Color Harmonies of #013718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013718

Black with #013718

Text Example


Text Example

White with #013718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013718; }

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

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

background-color css

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

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

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

border-color css

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

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

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