#34600F

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

Shades of Verdun Green #34600F

Tints of Verdun Green #34600F

Color information

#34600F (or 0x34600F) is unknown color: approx Verdun Green. HEX triplet: 34, 60 and 0F. RGB value is (52,96,15). Sum of RGB (Red+Green+Blue) = 52+96+15=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #34600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34600F is #CB9FF0. Grayscale: #494949. Windows color (decimal): -13344753 or 1007668. OLE color: 1007668.

HSL color Cylindrical-coordinate representation of color #34600F: hue angle of 92.59º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34600F is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB529615-
CMYK0.4600.840.62
HSL92.59º72.97%21.76%-
HSV(B)92.59º84.38%37.65%-
XYZ5.699.131.91-
YUV73.6194.92112.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 96 (37.89% from 255) = 58.90%
BLUE value IS 15 (6.25% from 255) = 9.20%
R=31.90%
G=58.90%
B=9.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296150.4600.840.6292.5972.9721.76
Hex3460F2E0543E5d4916
Octal64140175601247613511126
Binary11010011000001111101110010101001111101011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34600F; }

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

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

<style>
 a { background-color: #34600F; }

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

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

<style>
 span { border-color: #34600F; }

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

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