#374F00

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

Shades of Verdun Green #374F00

Tints of Verdun Green #374F00

Color information

#374F00 (or 0x374F00) is unknown color: approx Verdun Green. HEX triplet: 37, 4F and 00. RGB value is (55,79,0). Sum of RGB (Red+Green+Blue) = 55+79+0=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 79 (31.25% from 255 or 58.96% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 79 - color contains mainly: green. Hex color #374F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374F00 is #C8B0FF. Grayscale: #3F3F3F. Windows color (decimal): -13152512 or 20279. OLE color: 20279.

HSL color Cylindrical-coordinate representation of color #374F00: hue angle of 78.23º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #374F00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB55790-
CMYK0.30010.69
HSL78.23º100%15.49%-
HSV(B)78.23º100%30.98%-
XYZ4.376.41.01-
YUV62.8292.55122.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.04%
GREEN value IS 79 (31.25% from 255) = 58.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.04%
G=58.96%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal557900.30010.6978.2310015.49
Hex374F01E064454e64f
Octal67117036014410511614417
Binary1101111001111011110011001001000101100111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374F00; }

 p { color: rgb(55,79,0); }

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

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

 a { background-color: rgb(55,79,0); }

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

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

 span { border-color: rgb(55,79,0); }

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