#346201

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

Shades of Verdun Green #346201

Tints of Verdun Green #346201

Color information

#346201 (or 0x346201) is unknown color: approx Verdun Green. HEX triplet: 34, 62 and 01. RGB value is (52,98,1). Sum of RGB (Red+Green+Blue) = 52+98+1=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #346201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346201 is #CB9DFE. Grayscale: #494949. Windows color (decimal): -13344255 or 90676. OLE color: 90676.

HSL color Cylindrical-coordinate representation of color #346201: hue angle of 88.45º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #346201 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB52981-
CMYK0.4700.990.62
HSL88.45º97.98%19.41%-
HSV(B)88.45º98.98%38.43%-
XYZ5.799.471.55-
YUV73.1987.26112.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.44%
GREEN value IS 98 (38.67% from 255) = 64.90%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=34.44%
G=64.90%
B=0.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal529810.4700.990.6288.4597.9819.41
Hex346212F0633E586213
Octal6414215701437613014223
Binary11010011000101101111011000111111101011000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346201; }

 p { color: rgb(52,98,1); }

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

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

 a { background-color: rgb(52,98,1); }

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

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

 span { border-color: rgb(52,98,1); }

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