Html Css Color HEX #003424 Dark Green

📋 copy color: '#003424'

red 0 ◦ green 52 ◦ blue 36

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

Shades of Dark Green #003424

Tints of Dark Green #003424

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 59.09%
B = 40.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.80

RGB Variations

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

Color information

#003424 (or 0x003424) is known color: Dark Green. HEX triplet: 00, 34 and 24. RGB value is (0,52,36). Sum of RGB (Red+Green+Blue) = 0+52+36=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 52 (20.70% from 255 or 59.09% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 52 - color contains mainly: green. Hex color #003424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003424 is #FFCBDB. Grayscale: #222222. Windows color (decimal): -16763868 or 2372608. OLE color: 2372608.

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

Color convert

RGB 0 52 36 -
CMYK 1 0 0.31 0.80
HSL 161.54º 1% 0.1% -
HSV(B) 161.54º 1% 0.2% -
XYZ 1.55 2.58 2.09 -
YUV 34.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 0 52 36 1 0 0.31 0.80 161.54 1 0.1
Hex 0 34 24 64 0 1F 50 A2 64 A
Octal 0 64 44 144 0 37 120 242 144 12
Binary 0 110100 100100 1100100 0 11111 1010000 10100010 1100100 1010

Color Harmonies of #003424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003424

Black with #003424

Text Example


Text Example

White with #003424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003424; }

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

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

background-color css

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

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

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

border-color css

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

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

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