#345D0D

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

Shades of Verdun Green #345D0D

Tints of Verdun Green #345D0D

Color information

#345D0D (or 0x345D0D) is unknown color: approx Verdun Green. HEX triplet: 34, 5D and 0D. RGB value is (52,93,13). Sum of RGB (Red+Green+Blue) = 52+93+13=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 93 (36.72% from 255 or 58.86% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 93 - color contains mainly: green. Hex color #345D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345D0D is #CBA2F2. Grayscale: #474747. Windows color (decimal): -13345523 or 875828. OLE color: 875828.

HSL color Cylindrical-coordinate representation of color #345D0D: hue angle of 90.75º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #345D0D is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB529313-
CMYK0.4400.860.64
HSL90.75º75.47%20.78%-
HSV(B)90.75º86.02%36.47%-
XYZ5.48.591.75-
YUV71.6294.92114-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 93 (36.72% from 255) = 58.86%
BLUE value IS 13 (5.47% from 255) = 8.23%
R=32.91%
G=58.86%
B=8.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5293130.4400.860.6490.7575.4720.78
Hex345DD2C056405b4b15
Octal641351554012610013311325
Binary110100101110111011011000101011010000001011011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345D0D; }

 p { color: rgb(52,93,13); }

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

<style>
 a { background-color: #345D0D; }

 a { background-color: rgb(52,93,13); }

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

<style>
 span { border-color: #345D0D; }

 span { border-color: rgb(52,93,13); }

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