#355101

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

Shades of Verdun Green #355101

Tints of Verdun Green #355101

Color information

#355101 (or 0x355101) is unknown color: approx Verdun Green. HEX triplet: 35, 51 and 01. RGB value is (53,81,1). Sum of RGB (Red+Green+Blue) = 53+81+1=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 81 (32.03% from 255 or 60% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 81 - color contains mainly: green. Hex color #355101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355101 is #CAAEFE. Grayscale: #3F3F3F. Windows color (decimal): -13283071 or 86325. OLE color: 86325.

HSL color Cylindrical-coordinate representation of color #355101: hue angle of 81º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #355101 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB53811-
CMYK0.3500.990.68
HSL81º97.56%16.08%-
HSV(B)81º98.77%31.76%-
XYZ4.426.641.08-
YUV63.5192.72120.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 81 (32.03% from 255) = 60%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=39.26%
G=60%
B=0.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal538110.3500.990.688197.5616.08
Hex355112306344516210
Octal65121143014310412114220
Binary110101101000111000110110001110001001010001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355101; }

 p { color: rgb(53,81,1); }

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

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

 a { background-color: rgb(53,81,1); }

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

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

 span { border-color: rgb(53,81,1); }

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