Html Css Color HEX #013725 Dark Green

📋 copy color: '#013725'

red 1 ◦ green 55 ◦ blue 37

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

Shades of Dark Green #013725

Tints of Dark Green #013725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 39.78%

R = 1.08%
G = 59.14%
B = 39.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#013725 (or 0x013725) is known color: Dark Green. HEX triplet: 01, 37 and 25. RGB value is (1,55,37). Sum of RGB (Red+Green+Blue) = 1+55+37=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 55 (21.88% from 255 or 59.14% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 55 - color contains mainly: green. Hex color #013725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013725 is #FEC8DA. Grayscale: #242424. Windows color (decimal): -16697563 or 2438913. OLE color: 2438913.

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

Color convert

RGB 1 55 37 -
CMYK 0.98 0 0.33 0.78
HSL 160º 0.96% 0.11% -
HSV(B) 160º 0.98% 0.22% -
XYZ 1.71 2.87 2.21 -
YUV 36.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 1 55 37 0.98 0 0.33 0.78 160 0.96 0.11
Hex 1 37 25 62 0 21 4E A0 60 B
Octal 1 67 45 142 0 41 116 240 140 13
Binary 1 110111 100101 1100010 0 100001 1001110 10100000 1100000 1011

Color Harmonies of #013725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013725

Black with #013725

Text Example


Text Example

White with #013725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013725; }

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

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

background-color css

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

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

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

border-color css

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

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

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