#34560E

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

Shades of Verdun Green #34560E

Tints of Verdun Green #34560E

Color information

#34560E (or 0x34560E) is unknown color: approx Verdun Green. HEX triplet: 34, 56 and 0E. RGB value is (52,86,14). Sum of RGB (Red+Green+Blue) = 52+86+14=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #34560E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34560E is #CBA9F1. Grayscale: #434343. Windows color (decimal): -13347314 or 939572. OLE color: 939572.

HSL color Cylindrical-coordinate representation of color #34560E: hue angle of 88.33º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34560E is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB528614-
CMYK0.4000.840.66
HSL88.33º72%19.61%-
HSV(B)88.33º83.72%33.73%-
XYZ4.827.421.59-
YUV67.6397.74116.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.21%
GREEN value IS 86 (33.98% from 255) = 56.58%
BLUE value IS 14 (5.86% from 255) = 9.21%
R=34.21%
G=56.58%
B=9.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286140.4000.840.6688.337219.61
Hex3456E2805442584814
Octal641261650012410213011024
Binary110100101011011101010000101010010000101011000100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34560E; }

 p { color: rgb(52,86,14); }

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

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

 a { background-color: rgb(52,86,14); }

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

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

 span { border-color: rgb(52,86,14); }

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