#45634F

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

Shades of Feldgrau #45634F

Tints of Feldgrau #45634F

Color information

#45634F (or 0x45634F) is unknown color: approx Feldgrau. HEX triplet: 45, 63 and 4F. RGB value is (69,99,79). Sum of RGB (Red+Green+Blue) = 69+99+79=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #45634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45634F is #BA9CB0. Grayscale: #575757. Windows color (decimal): -12229809 or 5202757. OLE color: 5202757.

HSL color Cylindrical-coordinate representation of color #45634F: hue angle of 140º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #45634F is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB699979-
CMYK0.3000.200.61
HSL140º17.86%32.94%-
HSV(B)140º30.3%38.82%-
XYZ8.3310.759.03-
YUV87.75123.06114.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 99 (39.06% from 255) = 40.08%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=27.94%
G=40.08%
B=31.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6999790.3000.200.6114017.8632.94
Hex45634F1E0143D8c1221
Octal10514311736024752142241
Binary100010111000111001111111100101001111011000110010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,99,79); }

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

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

 a { background-color: rgb(69,99,79); }

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

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

 span { border-color: rgb(69,99,79); }

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