#34610A

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

Shades of Verdun Green #34610A

Tints of Verdun Green #34610A

Color information

#34610A (or 0x34610A) is unknown color: approx Verdun Green. HEX triplet: 34, 61 and 0A. RGB value is (52,97,10). Sum of RGB (Red+Green+Blue) = 52+97+10=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #34610A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34610A is #CB9EF5. Grayscale: #494949. Windows color (decimal): -13344502 or 680244. OLE color: 680244.

HSL color Cylindrical-coordinate representation of color #34610A: hue angle of 91.03º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34610A is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB529710-
CMYK0.4600.900.62
HSL91.03º81.31%20.98%-
HSV(B)91.03º89.69%38.04%-
XYZ5.759.31.78-
YUV73.6392.09112.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 97 (38.28% from 255) = 61.01%
BLUE value IS 10 (4.30% from 255) = 6.29%
R=32.70%
G=61.01%
B=6.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297100.4600.900.6291.0381.3120.98
Hex3461A2E05A3E5b5115
Octal64141125601327613312125
Binary11010011000011010101110010110101111101011011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34610A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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