#345910

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

Shades of Verdun Green #345910

Tints of Verdun Green #345910

Color information

#345910 (or 0x345910) is unknown color: approx Verdun Green. HEX triplet: 34, 59 and 10. RGB value is (52,89,16). Sum of RGB (Red+Green+Blue) = 52+89+16=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 89 (35.16% from 255 or 56.69% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 89 - color contains mainly: green. Hex color #345910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345910 is #CBA6EF. Grayscale: #454545. Windows color (decimal): -13346544 or 1071412. OLE color: 1071412.

HSL color Cylindrical-coordinate representation of color #345910: hue angle of 90.41º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #345910 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB528916-
CMYK0.4200.820.65
HSL90.41º69.52%20.59%-
HSV(B)90.41º82.02%34.9%-
XYZ5.087.911.75-
YUV69.6197.74115.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 89 (35.16% from 255) = 56.69%
BLUE value IS 16 (6.64% from 255) = 10.19%
R=33.12%
G=56.69%
B=10.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289160.4200.820.6590.4169.5220.59
Hex3459102A052415a4615
Octal641312052012210113210625
Binary1101001011001100001010100101001010000011011010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345910; }

 p { color: rgb(52,89,16); }

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

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

 a { background-color: rgb(52,89,16); }

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

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

 span { border-color: rgb(52,89,16); }

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