#356704

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

Shades of Verdun Green #356704

Tints of Verdun Green #356704

Color information

#356704 (or 0x356704) is unknown color: approx Verdun Green. HEX triplet: 35, 67 and 04. RGB value is (53,103,4). Sum of RGB (Red+Green+Blue) = 53+103+4=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 103 (40.62% from 255 or 64.38% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 103 - color contains mainly: green. Hex color #356704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356704 is #CA98FB. Grayscale: #4D4D4D. Windows color (decimal): -13277436 or 288565. OLE color: 288565.

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

Color convert

RGB531034-
CMYK0.4900.960.60
HSL90.3º92.52%20.98%-
HSV(B)90.3º96.12%40.39%-
XYZ6.3410.471.8-
YUV76.7686.94111.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 103 (40.62% from 255) = 64.38%
BLUE value IS 4 (1.95% from 255) = 2.5%
R=33.12%
G=64.38%
B=2.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5310340.4900.960.6090.392.5220.98
Hex35674310603C5a5d15
Octal6514746101407413213525
Binary1101011100111100110001011000001111001011010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356704; }

 p { color: rgb(53,103,4); }

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

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

 a { background-color: rgb(53,103,4); }

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

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

 span { border-color: rgb(53,103,4); }

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