Html Css Color HEX #325D05 Verdun Green

📋 copy color: '#325D05'

red 50 ◦ green 93 ◦ blue 5

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

Shades of Verdun Green #325D05

Tints of Verdun Green #325D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.38%

R = 33.78%
G = 62.84%
B = 3.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.95

 K value IS 0.64

RGB Variations

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

Color information

#325D05 (or 0x325D05) is known color: Verdun Green. HEX triplet: 32, 5D and 05. RGB value is (50,93,5). Sum of RGB (Red+Green+Blue) = 50+93+5=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 93 (36.72% from 255 or 62.84% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 93 - color contains mainly: green. Hex color #325D05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325D05 is #CDA2FA. Grayscale: #464646. Windows color (decimal): -13476603 or 351538. OLE color: 351538.

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

Color convert

RGB 50 93 5 -
CMYK 0.46 0 0.95 0.64
HSL 89.32º 0.9% 0.19% -
HSV(B) 89.32º 0.95% 0.36% -
XYZ 5.26 8.52 1.51 -
YUV 70.11 91.25 113.66 -
System Red Green Blue C M Y K H S L
Decimal 50 93 5 0.46 0 0.95 0.64 89.32 0.9 0.19
Hex 32 5D 5 2E 0 5F 40 59 5A 13
Octal 62 135 5 56 0 137 100 131 132 23
Binary 110010 1011101 101 101110 0 1011111 1000000 1011001 1011010 10011

Color Harmonies of #325D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D05

Black with #325D05

Text Example


Text Example

White with #325D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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