#375803

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

Shades of Verdun Green #375803

Tints of Verdun Green #375803

Color information

#375803 (or 0x375803) is unknown color: approx Verdun Green. HEX triplet: 37, 58 and 03. RGB value is (55,88,3). Sum of RGB (Red+Green+Blue) = 55+88+3=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #375803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375803 is #C8A7FC. Grayscale: #444444. Windows color (decimal): -13150205 or 219191. OLE color: 219191.

HSL color Cylindrical-coordinate representation of color #375803: hue angle of 83.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #375803 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB55883-
CMYK0.3800.970.65
HSL83.29º93.41%17.84%-
HSV(B)83.29º96.59%34.51%-
XYZ5.087.81.32-
YUV68.4491.07118.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.67%
GREEN value IS 88 (34.77% from 255) = 60.27%
BLUE value IS 3 (1.56% from 255) = 2.05%
R=37.67%
G=60.27%
B=2.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal558830.3800.970.6583.2993.4117.84
Hex375832606141535d12
Octal67130346014110112313522
Binary1101111011000111001100110000110000011010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375803; }

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

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

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

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

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

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

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

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