Html Css Color HEX #032518 Dark Green

📋 copy color: '#032518'

red 3 ◦ green 37 ◦ blue 24

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

Shades of Dark Green #032518

Tints of Dark Green #032518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 57.81%

 BLUE value IS 24 (9.77% from 255) = 37.5%

R = 4.69%
G = 57.81%
B = 37.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#032518 (or 0x032518) is known color: Dark Green. HEX triplet: 03, 25 and 18. RGB value is (3,37,24). Sum of RGB (Red+Green+Blue) = 3+37+24=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #032518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032518 is #FCDAE7. Grayscale: #191919. Windows color (decimal): -16571112 or 1582339. OLE color: 1582339.

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

Color convert

RGB 3 37 24 -
CMYK 0.92 0 0.35 0.85
HSL 157.06º 0.85% 0.08% -
HSV(B) 157.06º 0.92% 0.15% -
XYZ 0.86 1.41 1.09 -
YUV 25.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 3 37 24 0.92 0 0.35 0.85 157.06 0.85 0.08
Hex 3 25 18 5C 0 23 55 9D 55 8
Octal 3 45 30 134 0 43 125 235 125 10
Binary 11 100101 11000 1011100 0 100011 1010101 10011101 1010101 1000

Color Harmonies of #032518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032518

Black with #032518

Text Example


Text Example

White with #032518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032518; }

 p { color: rgb(3,37,24); }

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

background-color css

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

 a { background-color: rgb(3,37,24); }

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

border-color css

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

 span { border-color: rgb(3,37,24); }

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