#34580f

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

Shades of Verdun Green #34580F

Tints of Verdun Green #34580F

Color information

#34580F (or 0x34580F) is unknown color: approx Verdun Green. HEX triplet: 34, 58 and 0F. RGB value is (52,88,15). Sum of RGB (Red+Green+Blue) = 52+88+15=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #34580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34580F is #CBA7F0. Grayscale: #454545. Windows color (decimal): -13346801 or 1005620. OLE color: 1005620.

HSL color Cylindrical-coordinate representation of color #34580F: hue angle of 89.59º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34580F is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB528815-
CMYK0.4100.830.65
HSL89.59º70.87%20.2%-
HSV(B)89.59º82.95%34.51%-
XYZ4.997.741.68-
YUV68.9197.57115.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.55%
GREEN value IS 88 (34.77% from 255) = 56.77%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=33.55%
G=56.77%
B=9.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5288150.4100.830.6589.5970.8720.2
Hex3458F29053415a4714
Octal641301751012310113210724
Binary110100101100011111010010101001110000011011010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34580f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34580f; }

 p { color: rgb(52,88,15); }

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

<style>
 a { background-color: #34580f; }

 a { background-color: rgb(52,88,15); }

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

<style>
 span { border-color: #34580f; }

 span { border-color: rgb(52,88,15); }

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