#456704

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

Shades of Verdun Green #456704

Tints of Verdun Green #456704

Color information

#456704 (or 0x456704) is unknown color: approx Verdun Green. HEX triplet: 45, 67 and 04. RGB value is (69,103,4). Sum of RGB (Red+Green+Blue) = 69+103+4=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 103 (40.62% from 255 or 58.52% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 103 - color contains mainly: green. Hex color #456704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456704 is #BA98FB. Grayscale: #515151. Windows color (decimal): -12228860 or 288581. OLE color: 288581.

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

Color convert

RGB691034-
CMYK0.3300.960.60
HSL80.61º92.52%20.98%-
HSV(B)80.61º96.12%40.39%-
XYZ7.3310.971.85-
YUV81.5584.24119.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 103 (40.62% from 255) = 58.52%
BLUE value IS 4 (1.95% from 255) = 2.27%
R=39.20%
G=58.52%
B=2.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6910340.3300.960.6080.6192.5220.98
Hex45674210603C515d15
Octal10514744101407412113525
Binary10001011100111100100001011000001111001010001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456704; }

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

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

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

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

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

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

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

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