Html Css Color HEX #325D0D Verdun Green

📋 copy color: '#325D0D'

red 50 ◦ green 93 ◦ blue 13

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

Shades of Verdun Green #325D0D

Tints of Verdun Green #325D0D

RGB

 RED value IS 50 (19.92% from 255) = 32.05%

 GREEN value IS 93 (36.72% from 255) = 59.62%

 BLUE value IS 13 (5.47% from 255) = 8.33%

R = 32.05%
G = 59.62%
B = 8.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#325D0D (or 0x325D0D) is known color: Verdun Green. HEX triplet: 32, 5D and 0D. RGB value is (50,93,13). Sum of RGB (Red+Green+Blue) = 50+93+13=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 93 (36.72% from 255 or 59.62% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 93 - color contains mainly: green. Hex color #325D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325D0D is #CDA2F2. Grayscale: #474747. Windows color (decimal): -13476595 or 875826. OLE color: 875826.

HSL color Cylindrical-coordinate representation of color #325D0D: hue angle of 92.25º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #325D0D is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 93 13 -
CMYK 0.46 0 0.86 0.64
HSL 92.25º 0.75% 0.21% -
HSV(B) 92.25º 0.86% 0.36% -
XYZ 5.3 8.54 1.75 -
YUV 71.02 95.25 113 -
System Red Green Blue C M Y K H S L
Decimal 50 93 13 0.46 0 0.86 0.64 92.25 0.75 0.21
Hex 32 5D D 2E 0 56 40 5C 4B 15
Octal 62 135 15 56 0 126 100 134 113 25
Binary 110010 1011101 1101 101110 0 1010110 1000000 1011100 1001011 10101

Color Harmonies of #325D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D0D

Black with #325D0D

Text Example


Text Example

White with #325D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325D0D; }

 p { color: rgb(50,93,13); }

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

background-color css

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

 a { background-color: rgb(50,93,13); }

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

border-color css

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

 span { border-color: rgb(50,93,13); }

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