#355103

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

Shades of Verdun Green #355103

Tints of Verdun Green #355103

Color information

#355103 (or 0x355103) is unknown color: approx Verdun Green. HEX triplet: 35, 51 and 03. RGB value is (53,81,3). Sum of RGB (Red+Green+Blue) = 53+81+3=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 81 (32.03% from 255 or 59.12% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 81 - color contains mainly: green. Hex color #355103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355103 is #CAAEFC. Grayscale: #404040. Windows color (decimal): -13283069 or 217397. OLE color: 217397.

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

Color convert

RGB53813-
CMYK0.3500.960.68
HSL81.54º92.86%16.47%-
HSV(B)81.54º96.3%31.76%-
XYZ4.436.651.14-
YUV63.7493.72120.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 81 (32.03% from 255) = 59.12%
BLUE value IS 3 (1.56% from 255) = 2.19%
R=38.69%
G=59.12%
B=2.19%

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
Decimal538130.3500.960.6881.5492.8616.47
Hex355132306044525d10
Octal65121343014010412213520
Binary1101011010001111000110110000010001001010010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355103; }

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

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

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

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

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

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

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

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