#34560A

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

Shades of Verdun Green #34560A

Tints of Verdun Green #34560A

Color information

#34560A (or 0x34560A) is unknown color: approx Verdun Green. HEX triplet: 34, 56 and 0A. RGB value is (52,86,10). Sum of RGB (Red+Green+Blue) = 52+86+10=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 86 (33.98% from 255 or 58.11% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 86 - color contains mainly: green. Hex color #34560A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34560A is #CBA9F5. Grayscale: #434343. Windows color (decimal): -13347318 or 677428. OLE color: 677428.

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

Color convert

RGB528610-
CMYK0.4000.880.66
HSL86.84º79.17%18.82%-
HSV(B)86.84º88.37%33.73%-
XYZ4.87.411.46-
YUV67.1795.74117.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.14%
GREEN value IS 86 (33.98% from 255) = 58.11%
BLUE value IS 10 (4.30% from 255) = 6.76%
R=35.14%
G=58.11%
B=6.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286100.4000.880.6686.8479.1718.82
Hex3456A2805842574f13
Octal641261250013010212711723
Binary110100101011010101010000101100010000101010111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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