#345801

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

Shades of Verdun Green #345801

Tints of Verdun Green #345801

Color information

#345801 (or 0x345801) is unknown color: approx Verdun Green. HEX triplet: 34, 58 and 01. RGB value is (52,88,1). Sum of RGB (Red+Green+Blue) = 52+88+1=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #345801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345801 is #CBA7FE. Grayscale: #434343. Windows color (decimal): -13346815 or 88116. OLE color: 88116.

HSL color Cylindrical-coordinate representation of color #345801: hue angle of 84.83º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #345801 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB52881-
CMYK0.4100.990.65
HSL84.83º97.75%17.45%-
HSV(B)84.83º98.86%34.51%-
XYZ4.917.711.26-
YUV67.3290.57117.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.88%
GREEN value IS 88 (34.77% from 255) = 62.41%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=36.88%
G=62.41%
B=0.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal528810.4100.990.6584.8397.7517.45
Hex345812906341556211
Octal64130151014310112514221
Binary110100101100011010010110001110000011010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345801; }

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

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

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

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

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

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

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

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