#456507

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

Shades of Verdun Green #456507

Tints of Verdun Green #456507

Color information

#456507 (or 0x456507) is unknown color: approx Verdun Green. HEX triplet: 45, 65 and 07. RGB value is (69,101,7). Sum of RGB (Red+Green+Blue) = 69+101+7=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 101 (39.84% from 255 or 57.06% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 101 - color contains mainly: green. Hex color #456507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456507 is #BA9AF8. Grayscale: #515151. Windows color (decimal): -12229369 or 484677. OLE color: 484677.

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

Color convert

RGB691017-
CMYK0.3200.930.60
HSL80.43º87.04%21.18%-
HSV(B)80.43º93.07%39.61%-
XYZ7.1510.591.87-
YUV80.7286.4119.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.98%
GREEN value IS 101 (39.84% from 255) = 57.06%
BLUE value IS 7 (3.12% from 255) = 3.95%
R=38.98%
G=57.06%
B=3.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6910170.3200.930.6080.4387.0421.18
Hex456572005D3C505715
Octal10514574001357412012725
Binary10001011100101111100000010111011111001010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456507; }

 p { color: rgb(69,101,7); }

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

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

 a { background-color: rgb(69,101,7); }

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

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

 span { border-color: rgb(69,101,7); }

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