Html Css Color HEX #013726 Dark Green

📋 copy color: '#013726'

red 1 ◦ green 55 ◦ blue 38

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

Shades of Dark Green #013726

Tints of Dark Green #013726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 40.43%

R = 1.06%
G = 58.51%
B = 40.43%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.78

RGB Variations

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

Color information

#013726 (or 0x013726) is known color: Dark Green. HEX triplet: 01, 37 and 26. RGB value is (1,55,38). Sum of RGB (Red+Green+Blue) = 1+55+38=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 55 (21.88% from 255 or 58.51% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 55 - color contains mainly: green. Hex color #013726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013726 is #FEC8D9. Grayscale: #242424. Windows color (decimal): -16697562 or 2504449. OLE color: 2504449.

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

Color convert

RGB 1 55 38 -
CMYK 0.98 0 0.31 0.78
HSL 161.11º 0.96% 0.11% -
HSV(B) 161.11º 0.98% 0.22% -
XYZ 1.73 2.88 2.3 -
YUV 36.92 128.61 102.38 -
System Red Green Blue C M Y K H S L
Decimal 1 55 38 0.98 0 0.31 0.78 161.11 0.96 0.11
Hex 1 37 26 62 0 1F 4E A1 60 B
Octal 1 67 46 142 0 37 116 241 140 13
Binary 1 110111 100110 1100010 0 11111 1001110 10100001 1100000 1011

Color Harmonies of #013726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013726

Black with #013726

Text Example


Text Example

White with #013726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013726; }

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

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

background-color css

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

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

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

border-color css

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

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

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