#45634E

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

Shades of Feldgrau #45634E

Tints of Feldgrau #45634E

Color information

#45634E (or 0x45634E) is unknown color: approx Feldgrau. HEX triplet: 45, 63 and 4E. RGB value is (69,99,78). Sum of RGB (Red+Green+Blue) = 69+99+78=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #45634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45634E is #BA9CB1. Grayscale: #575757. Windows color (decimal): -12229810 or 5137221. OLE color: 5137221.

HSL color Cylindrical-coordinate representation of color #45634E: hue angle of 138º 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 #45634E is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB699978-
CMYK0.3000.210.61
HSL138º17.86%32.94%-
HSV(B)138º30.3%38.82%-
XYZ8.2910.748.84-
YUV87.64122.56114.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=28.05%
G=40.24%
B=31.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6999780.3000.210.6113817.8632.94
Hex45634E1E0153D8a1221
Octal10514311636025752122241
Binary100010111000111001110111100101011111011000101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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