#43614E

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

Shades of Feldgrau #43614E

Tints of Feldgrau #43614E

Color information

#43614E (or 0x43614E) is unknown color: approx Feldgrau. HEX triplet: 43, 61 and 4E. RGB value is (67,97,78). Sum of RGB (Red+Green+Blue) = 67+97+78=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #43614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43614E is #BC9EB1. Grayscale: #555555. Windows color (decimal): -12361394 or 5136707. OLE color: 5136707.

HSL color Cylindrical-coordinate representation of color #43614E: hue angle of 142º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #43614E is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB679778-
CMYK0.3100.200.62
HSL142º18.29%32.16%-
HSV(B)142º30.93%38.04%-
XYZ7.9610.298.77-
YUV85.86123.56114.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.69%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=27.69%
G=40.08%
B=32.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6797780.3100.200.6214218.2932.16
Hex43614E1F0143E8e1220
Octal10314111637024762162240
Binary100001111000011001110111110101001111101000111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,97,78); }

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

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

 a { background-color: rgb(67,97,78); }

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

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

 span { border-color: rgb(67,97,78); }

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