#355208

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

Shades of Verdun Green #355208

Tints of Verdun Green #355208

Color information

#355208 (or 0x355208) is unknown color: approx Verdun Green. HEX triplet: 35, 52 and 08. RGB value is (53,82,8). Sum of RGB (Red+Green+Blue) = 53+82+8=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #355208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355208 is #CAADF7. Grayscale: #414141. Windows color (decimal): -13282808 or 545333. OLE color: 545333.

HSL color Cylindrical-coordinate representation of color #355208: hue angle of 83.51º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #355208 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB53828-
CMYK0.3500.900.68
HSL83.51º82.22%17.65%-
HSV(B)83.51º90.24%32.16%-
XYZ4.536.811.31-
YUV64.8995.89119.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 82 (32.42% from 255) = 57.34%
BLUE value IS 8 (3.52% from 255) = 5.59%
R=37.06%
G=57.34%
B=5.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal538280.3500.900.6883.5182.2217.65
Hex355282305A44545212
Octal651221043013210412412222
Binary110101101001010001000110101101010001001010100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355208; }

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

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

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

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

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

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

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

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