#356108

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

Shades of Verdun Green #356108

Tints of Verdun Green #356108

Color information

#356108 (or 0x356108) is unknown color: approx Verdun Green. HEX triplet: 35, 61 and 08. RGB value is (53,97,8). Sum of RGB (Red+Green+Blue) = 53+97+8=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #356108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356108 is #CA9EF7. Grayscale: #4A4A4A. Windows color (decimal): -13278968 or 549173. OLE color: 549173.

HSL color Cylindrical-coordinate representation of color #356108: hue angle of 89.66º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #356108 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB53978-
CMYK0.4500.920.62
HSL89.66º84.76%20.59%-
HSV(B)89.66º91.75%38.04%-
XYZ5.799.321.72-
YUV73.790.92113.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 97 (38.28% from 255) = 61.39%
BLUE value IS 8 (3.52% from 255) = 5.06%
R=33.54%
G=61.39%
B=5.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal539780.4500.920.6289.6684.7620.59
Hex356182D05C3E5a5515
Octal65141105501347613212525
Binary11010111000011000101101010111001111101011010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356108; }

 p { color: rgb(53,97,8); }

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

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

 a { background-color: rgb(53,97,8); }

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

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

 span { border-color: rgb(53,97,8); }

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