#345803

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

Shades of Verdun Green #345803

Tints of Verdun Green #345803

Color information

#345803 (or 0x345803) is unknown color: approx Verdun Green. HEX triplet: 34, 58 and 03. RGB value is (52,88,3). Sum of RGB (Red+Green+Blue) = 52+88+3=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #345803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345803 is #CBA7FC. Grayscale: #434343. Windows color (decimal): -13346813 or 219188. OLE color: 219188.

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

Color convert

RGB52883-
CMYK0.4100.970.65
HSL85.41º93.41%17.84%-
HSV(B)85.41º96.59%34.51%-
XYZ4.927.721.32-
YUV67.5591.57116.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 88 (34.77% from 255) = 61.54%
BLUE value IS 3 (1.56% from 255) = 2.10%
R=36.36%
G=61.54%
B=2.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal528830.4100.970.6585.4193.4117.84
Hex345832906141555d12
Octal64130351014110112513522
Binary1101001011000111010010110000110000011010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345803; }

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

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

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

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

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

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

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

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