#345900

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

Shades of Verdun Green #345900

Tints of Verdun Green #345900

Color information

#345900 (or 0x345900) is unknown color: approx Verdun Green. HEX triplet: 34, 59 and 00. RGB value is (52,89,0). Sum of RGB (Red+Green+Blue) = 52+89+0=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 89 (35.16% from 255 or 63.12% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 89 - color contains mainly: green. Hex color #345900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345900 is #CBA6FF. Grayscale: #444444. Windows color (decimal): -13346560 or 22836. OLE color: 22836.

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

Color convert

RGB52890-
CMYK0.42010.65
HSL84.94º100%17.45%-
HSV(B)84.94º100%34.9%-
XYZ4.997.871.26-
YUV67.7989.74116.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.88%
GREEN value IS 89 (35.16% from 255) = 63.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.88%
G=63.12%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal528900.42010.6584.9410017.45
Hex345902A06441556411
Octal64131052014410112514421
Binary110100101100101010100110010010000011010101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345900; }

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

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

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

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

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

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

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

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