#345A11

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

Shades of Verdun Green #345A11

Tints of Verdun Green #345A11

Color information

#345A11 (or 0x345A11) is unknown color: approx Verdun Green. HEX triplet: 34, 5A and 11. RGB value is (52,90,17). Sum of RGB (Red+Green+Blue) = 52+90+17=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #345A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345A11 is #CBA5EE. Grayscale: #464646. Windows color (decimal): -13346287 or 1137204. OLE color: 1137204.

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

Color convert

RGB529017-
CMYK0.4200.810.65
HSL91.23º68.22%20.98%-
HSV(B)91.23º81.11%35.29%-
XYZ5.178.081.82-
YUV70.3297.91114.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 90 (35.55% from 255) = 56.60%
BLUE value IS 17 (7.03% from 255) = 10.69%
R=32.70%
G=56.60%
B=10.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290170.4200.810.6591.2368.2220.98
Hex345A112A051415b4415
Octal641322152012110113310425
Binary1101001011010100011010100101000110000011011011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345A11; }

 p { color: rgb(52,90,17); }

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

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

 a { background-color: rgb(52,90,17); }

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

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

 span { border-color: rgb(52,90,17); }

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