#345309

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

Shades of Verdun Green #345309

Tints of Verdun Green #345309

Color information

#345309 (or 0x345309) is unknown color: approx Verdun Green. HEX triplet: 34, 53 and 09. RGB value is (52,83,9). Sum of RGB (Red+Green+Blue) = 52+83+9=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #345309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345309 is #CBACF6. Grayscale: #414141. Windows color (decimal): -13348087 or 611124. OLE color: 611124.

HSL color Cylindrical-coordinate representation of color #345309: hue angle of 85.14º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #345309 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB52839-
CMYK0.3700.890.67
HSL85.14º80.43%18.04%-
HSV(B)85.14º89.16%32.55%-
XYZ4.566.941.36-
YUV65.2996.23118.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 83 (32.81% from 255) = 57.64%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=36.11%
G=57.64%
B=6.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal528390.3700.890.6785.1480.4318.04
Hex345392505943555012
Octal641231145013110312512022
Binary110100101001110011001010101100110000111010101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345309; }

 p { color: rgb(52,83,9); }

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

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

 a { background-color: rgb(52,83,9); }

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

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

 span { border-color: rgb(52,83,9); }

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