#345810

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

Shades of Verdun Green #345810

Tints of Verdun Green #345810

Color information

#345810 (or 0x345810) is unknown color: approx Verdun Green. HEX triplet: 34, 58 and 10. RGB value is (52,88,16). Sum of RGB (Red+Green+Blue) = 52+88+16=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #345810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345810 is #CBA7EF. Grayscale: #454545. Windows color (decimal): -13346800 or 1071156. OLE color: 1071156.

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

Color convert

RGB528816-
CMYK0.4100.820.65
HSL90º69.23%20.39%-
HSV(B)90º81.82%34.51%-
XYZ57.751.72-
YUV69.0398.07115.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.33%
GREEN value IS 88 (34.77% from 255) = 56.41%
BLUE value IS 16 (6.64% from 255) = 10.26%
R=33.33%
G=56.41%
B=10.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5288160.4100.820.659069.2320.39
Hex34581029052415a4514
Octal641302051012210113210524
Binary1101001011000100001010010101001010000011011010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345810; }

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

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

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

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

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

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

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

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