Html Css Color HEX #013924 Dark Green

📋 copy color: '#013924'

red 1 ◦ green 57 ◦ blue 36

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

Shades of Dark Green #013924

Tints of Dark Green #013924

RGB

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

 GREEN value IS 57 (22.66% from 255) = 60.64%

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

R = 1.06%
G = 60.64%
B = 38.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#013924 (or 0x013924) is known color: Dark Green. HEX triplet: 01, 39 and 24. RGB value is (1,57,36). Sum of RGB (Red+Green+Blue) = 1+57+36=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 57 (22.66% from 255 or 60.64% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 57 - color contains mainly: green. Hex color #013924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013924 is #FEC6DB. Grayscale: #252525. Windows color (decimal): -16697052 or 2373889. OLE color: 2373889.

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

Color convert

RGB 1 57 36 -
CMYK 0.98 0 0.37 0.78
HSL 157.5º 0.97% 0.11% -
HSV(B) 157.5º 0.98% 0.22% -
XYZ 1.79 3.06 2.17 -
YUV 37.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 1 57 36 0.98 0 0.37 0.78 157.5 0.97 0.11
Hex 1 39 24 62 0 25 4E 9E 61 B
Octal 1 71 44 142 0 45 116 236 141 13
Binary 1 111001 100100 1100010 0 100101 1001110 10011110 1100001 1011

Color Harmonies of #013924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013924

Black with #013924

Text Example


Text Example

White with #013924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013924; }

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

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

background-color css

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

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

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

border-color css

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

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

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