#345802

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

Shades of Verdun Green #345802

Tints of Verdun Green #345802

Color information

#345802 (or 0x345802) is unknown color: approx Verdun Green. HEX triplet: 34, 58 and 02. RGB value is (52,88,2). Sum of RGB (Red+Green+Blue) = 52+88+2=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 88 (34.77% from 255 or 61.97% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 88 - color contains mainly: green. Hex color #345802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345802 is #CBA7FD. Grayscale: #434343. Windows color (decimal): -13346814 or 153652. OLE color: 153652.

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

Color convert

RGB52882-
CMYK0.4100.980.65
HSL85.12º95.56%17.65%-
HSV(B)85.12º97.73%34.51%-
XYZ4.927.711.29-
YUV67.4391.07116.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 88 (34.77% from 255) = 61.97%
BLUE value IS 2 (1.17% from 255) = 1.41%
R=36.62%
G=61.97%
B=1.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal528820.4100.980.6585.1295.5617.65
Hex345822906241556012
Octal64130251014210112514022
Binary1101001011000101010010110001010000011010101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345802; }

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

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

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

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

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

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

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

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