Html Css Color HEX #013524 Dark Green

📋 copy color: '#013524'

red 1 ◦ green 53 ◦ blue 36

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

Shades of Dark Green #013524

Tints of Dark Green #013524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 40%

R = 1.11%
G = 58.89%
B = 40%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.79

RGB Variations

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

Color information

#013524 (or 0x013524) is known color: Dark Green. HEX triplet: 01, 35 and 24. RGB value is (1,53,36). Sum of RGB (Red+Green+Blue) = 1+53+36=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 53 (21.09% from 255 or 58.89% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 53 - color contains mainly: green. Hex color #013524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013524 is #FECADB. Grayscale: #232323. Windows color (decimal): -16698076 or 2372865. OLE color: 2372865.

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

Color convert

RGB 1 53 36 -
CMYK 0.98 0 0.32 0.79
HSL 160.38º 0.96% 0.11% -
HSV(B) 160.38º 0.98% 0.21% -
XYZ 1.6 2.68 2.1 -
YUV 35.51 128.27 103.38 -
System Red Green Blue C M Y K H S L
Decimal 1 53 36 0.98 0 0.32 0.79 160.38 0.96 0.11
Hex 1 35 24 62 0 20 4F A0 60 B
Octal 1 65 44 142 0 40 117 240 140 13
Binary 1 110101 100100 1100010 0 100000 1001111 10100000 1100000 1011

Color Harmonies of #013524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013524

Black with #013524

Text Example


Text Example

White with #013524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013524; }

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

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

background-color css

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

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

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

border-color css

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

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

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