#346101

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

Shades of Verdun Green #346101

Tints of Verdun Green #346101

Color information

#346101 (or 0x346101) is unknown color: approx Verdun Green. HEX triplet: 34, 61 and 01. RGB value is (52,97,1). Sum of RGB (Red+Green+Blue) = 52+97+1=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #346101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346101 is #CB9EFE. Grayscale: #484848. Windows color (decimal): -13344511 or 90420. OLE color: 90420.

HSL color Cylindrical-coordinate representation of color #346101: hue angle of 88.12º 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 #346101 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB52971-
CMYK0.4600.990.62
HSL88.12º97.96%19.22%-
HSV(B)88.12º98.97%38.04%-
XYZ5.79.281.52-
YUV72.687.59113.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.67%
GREEN value IS 97 (38.28% from 255) = 64.67%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=34.67%
G=64.67%
B=0.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal529710.4600.990.6288.1297.9619.22
Hex346112E0633E586213
Octal6414115601437613014223
Binary11010011000011101110011000111111101011000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346101; }

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

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

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

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

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

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

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

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