#355710

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

Shades of Verdun Green #355710

Tints of Verdun Green #355710

Color information

#355710 (or 0x355710) is unknown color: approx Verdun Green. HEX triplet: 35, 57 and 10. RGB value is (53,87,16). Sum of RGB (Red+Green+Blue) = 53+87+16=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 87 (34.38% from 255 or 55.77% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 87 - color contains mainly: green. Hex color #355710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355710 is #CAA8EF. Grayscale: #444444. Windows color (decimal): -13281520 or 1070901. OLE color: 1070901.

HSL color Cylindrical-coordinate representation of color #355710: hue angle of 88.73º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #355710 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB538716-
CMYK0.3900.820.66
HSL88.73º68.93%20.2%-
HSV(B)88.73º81.61%34.12%-
XYZ4.977.611.7-
YUV68.7498.24116.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 87 (34.38% from 255) = 55.77%
BLUE value IS 16 (6.64% from 255) = 10.26%
R=33.97%
G=55.77%
B=10.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5387160.3900.820.6688.7368.9320.2
Hex3557102705242594514
Octal651272047012210213110524
Binary1101011010111100001001110101001010000101011001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355710; }

 p { color: rgb(53,87,16); }

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

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

 a { background-color: rgb(53,87,16); }

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

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

 span { border-color: rgb(53,87,16); }

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