#375403

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

Shades of Verdun Green #375403

Tints of Verdun Green #375403

Color information

#375403 (or 0x375403) is unknown color: approx Verdun Green. HEX triplet: 37, 54 and 03. RGB value is (55,84,3). Sum of RGB (Red+Green+Blue) = 55+84+3=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 84 (33.20% from 255 or 59.15% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 84 - color contains mainly: green. Hex color #375403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375403 is #C8ABFC. Grayscale: #424242. Windows color (decimal): -13151229 or 218167. OLE color: 218167.

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

Color convert

RGB55843-
CMYK0.3500.960.67
HSL81.48º93.1%17.06%-
HSV(B)81.48º96.43%32.94%-
XYZ4.767.161.22-
YUV66.192.39120.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.73%
GREEN value IS 84 (33.20% from 255) = 59.15%
BLUE value IS 3 (1.56% from 255) = 2.11%
R=38.73%
G=59.15%
B=2.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal558430.3500.960.6781.4893.117.06
Hex375432306043515d11
Octal67124343014010312113521
Binary1101111010100111000110110000010000111010001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375403; }

 p { color: rgb(55,84,3); }

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

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

 a { background-color: rgb(55,84,3); }

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

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

 span { border-color: rgb(55,84,3); }

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