#345401

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

Shades of Verdun Green #345401

Tints of Verdun Green #345401

Color information

#345401 (or 0x345401) is unknown color: approx Verdun Green. HEX triplet: 34, 54 and 01. RGB value is (52,84,1). Sum of RGB (Red+Green+Blue) = 52+84+1=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #345401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345401 is #CBABFE. Grayscale: #414141. Windows color (decimal): -13347839 or 87092. OLE color: 87092.

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

Color convert

RGB52841-
CMYK0.3800.990.67
HSL83.13º97.65%16.67%-
HSV(B)83.13º98.81%32.94%-
XYZ4.597.071.15-
YUV64.9791.9118.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 84 (33.20% from 255) = 61.31%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=37.96%
G=61.31%
B=0.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal528410.3800.990.6783.1397.6516.67
Hex345412606343536211
Octal64124146014310312314221
Binary110100101010011001100110001110000111010011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345401; }

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

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

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

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

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

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

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

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