#325805

Color #325805 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #325805

Tints of Verdun Green #325805

Color information

#325805 (or 0x325805) is unknown color: approx Verdun Green. HEX triplet: 32, 58 and 05. RGB value is (50,88,5). Sum of RGB (Red+Green+Blue) = 50+88+5=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #325805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325805 is #CDA7FA. Grayscale: #434343. Windows color (decimal): -13477883 or 350258. OLE color: 350258.

HSL color Cylindrical-coordinate representation of color #325805: hue angle of 87.47º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #325805 is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB50885-
CMYK0.4300.940.65
HSL87.47º89.25%18.24%-
HSV(B)87.47º94.32%34.51%-
XYZ4.837.671.37-
YUV67.1892.91115.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 88 (34.77% from 255) = 61.54%
BLUE value IS 5 (2.34% from 255) = 3.50%
R=34.97%
G=61.54%
B=3.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal508850.4300.940.6587.4789.2518.24
Hex325852B05E41575912
Octal62130553013610112713122
Binary11001010110001011010110101111010000011010111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325805; }

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

 H1.HeaderClassName
 {
   color: #325805;
 }
 .AnyTagClassName
 {
   color: #325805;
 }
</style>
background-color css

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

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

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

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

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

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