Html Css Color HEX #013525 Dark Green

📋 copy color: '#013525'

red 1 ◦ green 53 ◦ blue 37

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

Shades of Dark Green #013525

Tints of Dark Green #013525

RGB

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

 GREEN value IS 53 (21.09% from 255) = 58.24%

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

R = 1.1%
G = 58.24%
B = 40.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#013525 (or 0x013525) is known color: Dark Green. HEX triplet: 01, 35 and 25. RGB value is (1,53,37). Sum of RGB (Red+Green+Blue) = 1+53+37=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 53 (21.09% from 255 or 58.24% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 53 - color contains mainly: green. Hex color #013525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013525 is #FECADA. Grayscale: #232323. Windows color (decimal): -16698075 or 2438401. OLE color: 2438401.

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

Color convert

RGB 1 53 37 -
CMYK 0.98 0 0.30 0.79
HSL 161.54º 0.96% 0.11% -
HSV(B) 161.54º 0.98% 0.21% -
XYZ 1.62 2.69 2.18 -
YUV 35.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 1 53 37 0.98 0 0.30 0.79 161.54 0.96 0.11
Hex 1 35 25 62 0 1E 4F A2 60 B
Octal 1 65 45 142 0 36 117 242 140 13
Binary 1 110101 100101 1100010 0 11110 1001111 10100010 1100000 1011

Color Harmonies of #013525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013525

Black with #013525

Text Example


Text Example

White with #013525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013525; }

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

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

background-color css

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

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

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

border-color css

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

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

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