#345710

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

Shades of Verdun Green #345710

Tints of Verdun Green #345710

Color information

#345710 (or 0x345710) is unknown color: approx Verdun Green. HEX triplet: 34, 57 and 10. RGB value is (52,87,16). Sum of RGB (Red+Green+Blue) = 52+87+16=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 87 (34.38% from 255 or 56.13% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 87 - color contains mainly: green. Hex color #345710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345710 is #CBA8EF. Grayscale: #444444. Windows color (decimal): -13347056 or 1070900. OLE color: 1070900.

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

Color convert

RGB528716-
CMYK0.4000.820.66
HSL89.58º68.93%20.2%-
HSV(B)89.58º81.61%34.12%-
XYZ4.927.581.69-
YUV68.4498.4116.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.55%
GREEN value IS 87 (34.38% from 255) = 56.13%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=33.55%
G=56.13%
B=10.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5287160.4000.820.6689.5868.9320.2
Hex34571028052425a4514
Octal641272050012210213210524
Binary1101001010111100001010000101001010000101011010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345710; }

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

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

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

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

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

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

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

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