#346603

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

Shades of Verdun Green #346603

Tints of Verdun Green #346603

Color information

#346603 (or 0x346603) is unknown color: approx Verdun Green. HEX triplet: 34, 66 and 03. RGB value is (52,102,3). Sum of RGB (Red+Green+Blue) = 52+102+3=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 102 (40.23% from 255 or 64.97% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 102 - color contains mainly: green. Hex color #346603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346603 is #CB99FC. Grayscale: #4C4C4C. Windows color (decimal): -13343229 or 222772. OLE color: 222772.

HSL color Cylindrical-coordinate representation of color #346603: hue angle of 90.3º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #346603 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.6.

Color convert

RGB521023-
CMYK0.4900.970.6
HSL90.3º94.29%20.59%-
HSV(B)90.3º97.06%40%-
XYZ6.1810.241.74-
YUV75.7686.94111.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 102 (40.23% from 255) = 64.97%
BLUE value IS 3 (1.56% from 255) = 1.91%
R=33.12%
G=64.97%
B=1.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5210230.4900.970.690.394.2920.59
Hex34663310613C5a5e15
Octal6414636101417413213625
Binary110100110011011110001011000011111001011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346603; }

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

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

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

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

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

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

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

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