Html Css Color HEX #013613 Dark Green

📋 copy color: '#013613'

red 1 ◦ green 54 ◦ blue 19

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

Shades of Dark Green #013613

Tints of Dark Green #013613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 25.68%

R = 1.35%
G = 72.97%
B = 25.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#013613 (or 0x013613) is known color: Dark Green. HEX triplet: 01, 36 and 13. RGB value is (1,54,19). Sum of RGB (Red+Green+Blue) = 1+54+19=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 54 (21.48% from 255 or 72.97% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 54 - color contains mainly: green. Hex color #013613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013613 is #FEC9EC. Grayscale: #222222. Windows color (decimal): -16697837 or 1259009. OLE color: 1259009.

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

Color convert

RGB 1 54 19 -
CMYK 0.98 0 0.65 0.79
HSL 140.38º 0.96% 0.11% -
HSV(B) 140.38º 0.98% 0.21% -
XYZ 1.45 2.69 1.06 -
YUV 34.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 1 54 19 0.98 0 0.65 0.79 140.38 0.96 0.11
Hex 1 36 13 62 0 41 4F 8C 60 B
Octal 1 66 23 142 0 101 117 214 140 13
Binary 1 110110 10011 1100010 0 1000001 1001111 10001100 1100000 1011

Color Harmonies of #013613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013613

Black with #013613

Text Example


Text Example

White with #013613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013613; }

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

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

background-color css

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

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

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

border-color css

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

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

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