#345508

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

Shades of Verdun Green #345508

Tints of Verdun Green #345508

Color information

#345508 (or 0x345508) is unknown color: approx Verdun Green. HEX triplet: 34, 55 and 08. RGB value is (52,85,8). Sum of RGB (Red+Green+Blue) = 52+85+8=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #345508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345508 is #CBAAF7. Grayscale: #424242. Windows color (decimal): -13347576 or 546100. OLE color: 546100.

HSL color Cylindrical-coordinate representation of color #345508: hue angle of 85.71º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #345508 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB52858-
CMYK0.3900.910.67
HSL85.71º82.8%18.24%-
HSV(B)85.71º90.59%33.33%-
XYZ4.717.241.38-
YUV66.3695.07117.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 85 (33.59% from 255) = 58.62%
BLUE value IS 8 (3.52% from 255) = 5.52%
R=35.86%
G=58.62%
B=5.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal528580.3900.910.6785.7182.818.24
Hex345582705B43565312
Octal641251047013310312612322
Binary110100101010110001001110101101110000111010110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345508; }

 p { color: rgb(52,85,8); }

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

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

 a { background-color: rgb(52,85,8); }

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

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

 span { border-color: rgb(52,85,8); }

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