Html Css Color HEX #032413 Dark Green

📋 copy color: '#032413'

red 3 ◦ green 36 ◦ blue 19

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

Shades of Dark Green #032413

Tints of Dark Green #032413

RGB

 RED value IS 3 (1.56% from 255) = 5.17%

 GREEN value IS 36 (14.45% from 255) = 62.07%

 BLUE value IS 19 (7.81% from 255) = 32.76%

R = 5.17%
G = 62.07%
B = 32.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#032413 (or 0x032413) is known color: Dark Green. HEX triplet: 03, 24 and 13. RGB value is (3,36,19). Sum of RGB (Red+Green+Blue) = 3+36+19=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 36 (14.45% from 255 or 62.07% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 36 - color contains mainly: green. Hex color #032413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032413 is #FCDBEC. Grayscale: #181818. Windows color (decimal): -16571373 or 1254403. OLE color: 1254403.

HSL color Cylindrical-coordinate representation of color #032413: hue angle of 149.09º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #032413 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB 3 36 19 -
CMYK 0.92 0 0.47 0.86
HSL 149.09º 0.85% 0.08% -
HSV(B) 149.09º 0.92% 0.14% -
XYZ 0.79 1.33 0.83 -
YUV 24.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 3 36 19 0.92 0 0.47 0.86 149.09 0.85 0.08
Hex 3 24 13 5C 0 2F 56 95 55 8
Octal 3 44 23 134 0 57 126 225 125 10
Binary 11 100100 10011 1011100 0 101111 1010110 10010101 1010101 1000

Color Harmonies of #032413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032413

Black with #032413

Text Example


Text Example

White with #032413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032413; }

 p { color: rgb(3,36,19); }

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

background-color css

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

 a { background-color: rgb(3,36,19); }

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

border-color css

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

 span { border-color: rgb(3,36,19); }

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