#345902

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

Shades of Verdun Green #345902

Tints of Verdun Green #345902

Color information

#345902 (or 0x345902) is unknown color: approx Verdun Green. HEX triplet: 34, 59 and 02. RGB value is (52,89,2). Sum of RGB (Red+Green+Blue) = 52+89+2=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #345902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345902 is #CBA6FD. Grayscale: #444444. Windows color (decimal): -13346558 or 153908. OLE color: 153908.

HSL color Cylindrical-coordinate representation of color #345902: hue angle of 85.52º 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 #345902 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB52892-
CMYK0.4200.980.65
HSL85.52º95.6%17.84%-
HSV(B)85.52º97.75%34.9%-
XYZ57.881.31-
YUV68.0290.74116.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 89 (35.16% from 255) = 62.24%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=36.36%
G=62.24%
B=1.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal528920.4200.980.6585.5295.617.84
Hex345922A06241566012
Octal64131252014210112614022
Binary1101001011001101010100110001010000011010110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345902; }

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

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

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

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

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

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

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

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