#34530A

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

Shades of Verdun Green #34530A

Tints of Verdun Green #34530A

Color information

#34530A (or 0x34530A) is unknown color: approx Verdun Green. HEX triplet: 34, 53 and 0A. RGB value is (52,83,10). Sum of RGB (Red+Green+Blue) = 52+83+10=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #34530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34530A is #CBACF5. Grayscale: #414141. Windows color (decimal): -13348086 or 676660. OLE color: 676660.

HSL color Cylindrical-coordinate representation of color #34530A: hue angle of 85.48º degrees, saturation: 0.78, 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 #34530A is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB528310-
CMYK0.3700.880.67
HSL85.48º78.49%18.24%-
HSV(B)85.48º87.95%32.55%-
XYZ4.566.941.39-
YUV65.4196.73118.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 83 (32.81% from 255) = 57.24%
BLUE value IS 10 (4.30% from 255) = 6.90%
R=35.86%
G=57.24%
B=6.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283100.3700.880.6785.4878.4918.24
Hex3453A2505843554e12
Octal641231245013010312511622
Binary110100101001110101001010101100010000111010101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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