#45460F

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

Shades of Verdun Green #45460F

Tints of Verdun Green #45460F

Color information

#45460F (or 0x45460F) is unknown color: approx Verdun Green. HEX triplet: 45, 46 and 0F. RGB value is (69,70,15). Sum of RGB (Red+Green+Blue) = 69+70+15=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #45460F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45460F is #BAB9F0. Grayscale: #3F3F3F. Windows color (decimal): -12237297 or 1001029. OLE color: 1001029.

HSL color Cylindrical-coordinate representation of color #45460F: hue angle of 61.09º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45460F is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB697015-
CMYK0.0100.790.73
HSL61.09º64.71%16.67%-
HSV(B)61.09º78.57%27.45%-
XYZ4.735.681.3-
YUV63.43100.67131.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 70 (27.73% from 255) = 45.45%
BLUE value IS 15 (6.25% from 255) = 9.74%
R=44.81%
G=45.45%
B=9.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6970150.0100.790.7361.0964.7116.67
Hex4546F104F493d4111
Octal10510617101171117510121
Binary1000101100011011111010011111001001111101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45460F; }

 p { color: rgb(69,70,15); }

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

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

 a { background-color: rgb(69,70,15); }

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

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

 span { border-color: rgb(69,70,15); }

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