#345903

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

Shades of Verdun Green #345903

Tints of Verdun Green #345903

Color information

#345903 (or 0x345903) is unknown color: approx Verdun Green. HEX triplet: 34, 59 and 03. RGB value is (52,89,3). Sum of RGB (Red+Green+Blue) = 52+89+3=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 89 (35.16% from 255 or 61.81% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 89 - color contains mainly: green. Hex color #345903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345903 is #CBA6FC. Grayscale: #444444. Windows color (decimal): -13346557 or 219444. OLE color: 219444.

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

Color convert

RGB52893-
CMYK0.4200.970.65
HSL85.81º93.48%18.04%-
HSV(B)85.81º96.63%34.9%-
XYZ57.881.34-
YUV68.1391.24116.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 89 (35.16% from 255) = 61.81%
BLUE value IS 3 (1.56% from 255) = 2.08%
R=36.11%
G=61.81%
B=2.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal528930.4200.970.6585.8193.4818.04
Hex345932A06141565d12
Octal64131352014110112613522
Binary1101001011001111010100110000110000011010110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345903; }

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

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

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

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

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

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

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

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