#356C00

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

Shades of Verdun Green #356C00

Tints of Verdun Green #356C00

Color information

#356C00 (or 0x356C00) is unknown color: approx Verdun Green. HEX triplet: 35, 6C and 00. RGB value is (53,108,0). Sum of RGB (Red+Green+Blue) = 53+108+0=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 108 (42.58% from 255 or 67.08% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 108 - color contains mainly: green. Hex color #356C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356C00 is #CA93FF. Grayscale: #4F4F4F. Windows color (decimal): -13276160 or 27701. OLE color: 27701.

HSL color Cylindrical-coordinate representation of color #356C00: hue angle of 90.56º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #356C00 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB531080-
CMYK0.51010.58
HSL90.56º100%21.18%-
HSV(B)90.56º100%42.35%-
XYZ6.8311.481.86-
YUV79.2483.28109.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.92%
GREEN value IS 108 (42.58% from 255) = 67.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.92%
G=67.08%
B=0%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5310800.51010.5890.5610021.18
Hex356C0330643A5b6415
Octal6515406301447213314425
Binary11010111011000110011011001001110101011011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356C00; }

 p { color: rgb(53,108,0); }

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

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

 a { background-color: rgb(53,108,0); }

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

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

 span { border-color: rgb(53,108,0); }

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