#456250

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

Shades of Feldgrau #456250

Tints of Feldgrau #456250

Color information

#456250 (or 0x456250) is unknown color: approx Feldgrau. HEX triplet: 45, 62 and 50. RGB value is (69,98,80). Sum of RGB (Red+Green+Blue) = 69+98+80=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #456250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456250 is #BA9DAF. Grayscale: #575757. Windows color (decimal): -12230064 or 5268037. OLE color: 5268037.

HSL color Cylindrical-coordinate representation of color #456250: hue angle of 142.76º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #456250 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB699880-
CMYK0.3000.180.62
HSL142.76º17.37%32.75%-
HSV(B)142.76º29.59%38.43%-
XYZ8.2710.589.2-
YUV87.28123.89114.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=27.94%
G=39.68%
B=32.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6998800.3000.180.62142.7617.3732.75
Hex4562501E0123E8f1121
Octal10514212036022762172141
Binary100010111000101010000111100100101111101000111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456250; }

 p { color: rgb(69,98,80); }

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

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

 a { background-color: rgb(69,98,80); }

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

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

 span { border-color: rgb(69,98,80); }

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