#34540A

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

Shades of Verdun Green #34540A

Tints of Verdun Green #34540A

Color information

#34540A (or 0x34540A) is unknown color: approx Verdun Green. HEX triplet: 34, 54 and 0A. RGB value is (52,84,10). Sum of RGB (Red+Green+Blue) = 52+84+10=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #34540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34540A is #CBABF5. Grayscale: #424242. Windows color (decimal): -13347830 or 676916. OLE color: 676916.

HSL color Cylindrical-coordinate representation of color #34540A: hue angle of 85.95º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34540A is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB528410-
CMYK0.3800.880.67
HSL85.95º78.72%18.43%-
HSV(B)85.95º88.1%32.94%-
XYZ4.647.091.41-
YUV6696.4118.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.62%
GREEN value IS 84 (33.20% from 255) = 57.53%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=35.62%
G=57.53%
B=6.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284100.3800.880.6785.9578.7218.43
Hex3454A2605843564f12
Octal641241246013010312611722
Binary110100101010010101001100101100010000111010110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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