Html Css Color HEX #013526 Dark Green

📋 copy color: '#013526'

red 1 ◦ green 53 ◦ blue 38

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

Shades of Dark Green #013526

Tints of Dark Green #013526

RGB

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

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

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

R = 1.09%
G = 57.61%
B = 41.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.79

RGB Variations

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

Color information

#013526 (or 0x013526) is known color: Dark Green. HEX triplet: 01, 35 and 26. RGB value is (1,53,38). Sum of RGB (Red+Green+Blue) = 1+53+38=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 53 (21.09% from 255 or 57.61% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 53 - color contains mainly: green. Hex color #013526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013526 is #FECAD9. Grayscale: #232323. Windows color (decimal): -16698074 or 2503937. OLE color: 2503937.

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

Color convert

RGB 1 53 38 -
CMYK 0.98 0 0.28 0.79
HSL 162.69º 0.96% 0.11% -
HSV(B) 162.69º 0.98% 0.21% -
XYZ 1.64 2.69 2.27 -
YUV 35.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 1 53 38 0.98 0 0.28 0.79 162.69 0.96 0.11
Hex 1 35 26 62 0 1C 4F A3 60 B
Octal 1 65 46 142 0 34 117 243 140 13
Binary 1 110101 100110 1100010 0 11100 1001111 10100011 1100000 1011

Color Harmonies of #013526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013526

Black with #013526

Text Example


Text Example

White with #013526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013526; }

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

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

background-color css

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

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

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

border-color css

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

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

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