#375805

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

Shades of Verdun Green #375805

Tints of Verdun Green #375805

Color information

#375805 (or 0x375805) is unknown color: approx Verdun Green. HEX triplet: 37, 58 and 05. RGB value is (55,88,5). Sum of RGB (Red+Green+Blue) = 55+88+5=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 88 (34.77% from 255 or 59.46% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 88 - color contains mainly: green. Hex color #375805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375805 is #C8A7FA. Grayscale: #444444. Windows color (decimal): -13150203 or 350263. OLE color: 350263.

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

Color convert

RGB55885-
CMYK0.3800.940.65
HSL83.86º89.25%18.24%-
HSV(B)83.86º94.32%34.51%-
XYZ5.097.81.38-
YUV68.6792.07118.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.16%
GREEN value IS 88 (34.77% from 255) = 59.46%
BLUE value IS 5 (2.34% from 255) = 3.38%
R=37.16%
G=59.46%
B=3.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal558850.3800.940.6583.8689.2518.24
Hex375852605E41545912
Octal67130546013610112413122
Binary11011110110001011001100101111010000011010100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375805; }

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

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

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

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

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

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

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

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