Html Css Color HEX #013424 Dark Green

📋 copy color: '#013424'

red 1 ◦ green 52 ◦ blue 36

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

Shades of Dark Green #013424

Tints of Dark Green #013424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 58.43%

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

R = 1.12%
G = 58.43%
B = 40.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.80

RGB Variations

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

Color information

#013424 (or 0x013424) is known color: Dark Green. HEX triplet: 01, 34 and 24. RGB value is (1,52,36). Sum of RGB (Red+Green+Blue) = 1+52+36=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #013424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013424 is #FECBDB. Grayscale: #222222. Windows color (decimal): -16698332 or 2372609. OLE color: 2372609.

HSL color Cylindrical-coordinate representation of color #013424: hue angle of 161.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013424 is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 52 36 -
CMYK 0.98 0 0.31 0.80
HSL 161.18º 0.96% 0.1% -
HSV(B) 161.18º 0.98% 0.2% -
XYZ 1.56 2.59 2.09 -
YUV 34.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 1 52 36 0.98 0 0.31 0.80 161.18 0.96 0.1
Hex 1 34 24 62 0 1F 50 A1 60 A
Octal 1 64 44 142 0 37 120 241 140 12
Binary 1 110100 100100 1100010 0 11111 1010000 10100001 1100000 1010

Color Harmonies of #013424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013424

Black with #013424

Text Example


Text Example

White with #013424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013424; }

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

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

background-color css

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

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

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

border-color css

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

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

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