#34580B

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

Shades of Verdun Green #34580B

Tints of Verdun Green #34580B

Color information

#34580B (or 0x34580B) is unknown color: approx Verdun Green. HEX triplet: 34, 58 and 0B. RGB value is (52,88,11). Sum of RGB (Red+Green+Blue) = 52+88+11=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 88 (34.77% from 255 or 58.28% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 88 - color contains mainly: green. Hex color #34580B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34580B is #CBA7F4. Grayscale: #444444. Windows color (decimal): -13346805 or 743476. OLE color: 743476.

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

Color convert

RGB528811-
CMYK0.4100.880.65
HSL88.05º77.78%19.41%-
HSV(B)88.05º87.5%34.51%-
XYZ4.977.731.55-
YUV68.4695.57116.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.44%
GREEN value IS 88 (34.77% from 255) = 58.28%
BLUE value IS 11 (4.69% from 255) = 7.28%
R=34.44%
G=58.28%
B=7.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5288110.4100.880.6588.0577.7819.41
Hex3458B2905841584e13
Octal641301351013010113011623
Binary110100101100010111010010101100010000011011000100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34580B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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