#355203

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

Shades of Verdun Green #355203

Tints of Verdun Green #355203

Color information

#355203 (or 0x355203) is unknown color: approx Verdun Green. HEX triplet: 35, 52 and 03. RGB value is (53,82,3). Sum of RGB (Red+Green+Blue) = 53+82+3=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #355203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355203 is #CAADFC. Grayscale: #404040. Windows color (decimal): -13282813 or 217653. OLE color: 217653.

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

Color convert

RGB53823-
CMYK0.3500.960.68
HSL82.03º92.94%16.67%-
HSV(B)82.03º96.34%32.16%-
XYZ4.56.81.16-
YUV64.3293.39119.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 82 (32.42% from 255) = 59.42%
BLUE value IS 3 (1.56% from 255) = 2.17%
R=38.41%
G=59.42%
B=2.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal538230.3500.960.6882.0392.9416.67
Hex355232306044525d11
Octal65122343014010412213521
Binary1101011010010111000110110000010001001010010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355203; }

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

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

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

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

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

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

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

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