#345703

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

Shades of Verdun Green #345703

Tints of Verdun Green #345703

Color information

#345703 (or 0x345703) is unknown color: approx Verdun Green. HEX triplet: 34, 57 and 03. RGB value is (52,87,3). Sum of RGB (Red+Green+Blue) = 52+87+3=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 87 (34.38% from 255 or 61.27% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 87 - color contains mainly: green. Hex color #345703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345703 is #CBA8FC. Grayscale: #434343. Windows color (decimal): -13347069 or 218932. OLE color: 218932.

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

Color convert

RGB52873-
CMYK0.4000.970.66
HSL85º93.33%17.65%-
HSV(B)85º96.55%34.12%-
XYZ4.847.551.29-
YUV66.9691.9117.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 87 (34.38% from 255) = 61.27%
BLUE value IS 3 (1.56% from 255) = 2.11%
R=36.62%
G=61.27%
B=2.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal528730.4000.970.668593.3317.65
Hex345732806142555d12
Octal64127350014110212513522
Binary1101001010111111010000110000110000101010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345703; }

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

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

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

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

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

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

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

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