#345905

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

Shades of Verdun Green #345905

Tints of Verdun Green #345905

Color information

#345905 (or 0x345905) is unknown color: approx Verdun Green. HEX triplet: 34, 59 and 05. RGB value is (52,89,5). Sum of RGB (Red+Green+Blue) = 52+89+5=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #345905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345905 is #CBA6FA. Grayscale: #444444. Windows color (decimal): -13346555 or 350516. OLE color: 350516.

HSL color Cylindrical-coordinate representation of color #345905: hue angle of 86.43º 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 #345905 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB52895-
CMYK0.4200.940.65
HSL86.43º89.36%18.43%-
HSV(B)86.43º94.38%34.9%-
XYZ5.027.891.4-
YUV68.3692.24116.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.62%
GREEN value IS 89 (35.16% from 255) = 60.96%
BLUE value IS 5 (2.34% from 255) = 3.42%
R=35.62%
G=60.96%
B=3.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal528950.4200.940.6586.4389.3618.43
Hex345952A05E41565912
Octal64131552013610112613122
Binary11010010110011011010100101111010000011010110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345905; }

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

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

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

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

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

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

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

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