#457104

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

Shades of Verdun Green #457104

Tints of Verdun Green #457104

Color information

#457104 (or 0x457104) is unknown color: approx Verdun Green. HEX triplet: 45, 71 and 04. RGB value is (69,113,4). Sum of RGB (Red+Green+Blue) = 69+113+4=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #457104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457104 is #BA8EFB. Grayscale: #575757. Windows color (decimal): -12226300 or 291141. OLE color: 291141.

HSL color Cylindrical-coordinate representation of color #457104: hue angle of 84.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #457104 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB691134-
CMYK0.3900.960.56
HSL84.22º93.16%22.94%-
HSV(B)84.22º96.46%44.31%-
XYZ8.3813.082.2-
YUV87.4280.92114.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.10%
GREEN value IS 113 (44.53% from 255) = 60.75%
BLUE value IS 4 (1.95% from 255) = 2.15%
R=37.10%
G=60.75%
B=2.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6911340.3900.960.5684.2293.1622.94
Hex457142706038545d17
Octal10516144701407012413527
Binary10001011110001100100111011000001110001010100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457104; }

 p { color: rgb(69,113,4); }

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

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

 a { background-color: rgb(69,113,4); }

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

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

 span { border-color: rgb(69,113,4); }

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